Site updated at 2016-03-29 09:05:42 UTC
This commit is contained in:
parent
0b2af5fccb
commit
860ec92a1d
13 changed files with 172 additions and 168 deletions
|
@ -127,6 +127,9 @@
|
|||
<span class="key">password</span>: <span class="string"><span class="content">MY_PASSWORD</span></span>
|
||||
<span class="key">ssl</span>: <span class="string"><span class="content">true</span></span>
|
||||
<span class="key">verify_ssl</span>: <span class="string"><span class="content">true</span></span>
|
||||
<span class="key">blacklist</span>:
|
||||
- <span class="string"><span class="content">entity.id1</span></span>
|
||||
- <span class="string"><span class="content">entity.id2</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -141,6 +144,7 @@
|
|||
<li><strong>password</strong> (<em>Optional</em>): The password for the database user account.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): Use https instead of http to connect. Defaults to false.</li>
|
||||
<li><strong>verify_ssl</strong> (<em>Optional</em>): Verify SSL certificate for https request. Defaults to false.</li>
|
||||
<li><strong>blacklist</strong> (<em>Optional</em>): List of entities not logged to influxdb.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue