Add tags
This commit is contained in:
parent
0a1d79b071
commit
48a05181c9
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue