This commit is contained in:
Fabian Affolter 2016-07-26 08:13:20 +02:00
parent 0a1d79b071
commit 48a05181c9
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -30,6 +30,8 @@ influxdb:
blacklist:
- entity.id1
- entity.id2
tags:
- instance: prod
```
Configuration variables:
@ -41,4 +43,6 @@ Configuration variables:
- **password** (*Optional*): The password for the database user account.
- **ssl** (*Optional*): Use https instead of http to connect. Defaults to false.
- **verify_ssl** (*Optional*): Verify SSL certificate for https request. Defaults to false.
- **blacklist** (*Optional*): List of entities not logged to influxdb.
- **blacklist** (*Optional*): List of entities not logged to InfluxDB.
- **tags** (*Optional*): Tags to mark the data.