diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index adb5c49e8b3..b53e983c2b8 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -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. +