From 122951d1176ae2c5c0f41baf54fb9e6c4d162fa4 Mon Sep 17 00:00:00 2001 From: bestlibre Date: Tue, 29 Mar 2016 09:28:40 +0200 Subject: [PATCH] Add blacklist option to documentation --- source/_components/influxdb.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 32ed6d6ac39..52a0e19cfb9 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -25,6 +25,9 @@ influxdb: password: MY_PASSWORD ssl: true verify_ssl: true + blacklist: + - entity.id1 + - entity.id2 ``` Configuration variables: @@ -36,3 +39,4 @@ 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.