You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Document blacklist_domains of InfluxDB
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* Adapt changes to InfluxDB include/exclude changes.
The config options used there are now following the same scheme as the
ones in recorder and similar components.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
Copy file name to clipboardExpand all lines: source/_components/influxdb.markdown
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,12 @@ Configuration variables:
36
36
- **verify_ssl** (*Optional*): Verify SSL certificate for https request. Defaults to false.
37
37
- **default_measurement** (*Optional*): Measurement name to use when an entity doesn't have a unit. Defaults to entity id.
38
38
- **override_measurement** (*Optional*): Measurement name to use instead of unit or default measurement. This will store all data points in a single measurement.
39
-
- **blacklist** (*Optional*): List of entities that should not be logged to InfluxDB.
40
-
- **whitelist** (*Optional*): List of the entities (only) that will be logged to InfluxDB. If not set, all entities will be logged. Values set by the **blacklist** option will prevail.
39
+
- **exclude** (*Optional*): Configure which components should be excluded from recording to InfluxDB.
40
+
- **entities** (*Optional*): The list of entity ids to be excluded from recording to InfluxDB.
41
+
- **domains** (*Optional*): The list of domains to be excluded from recording to InfluxDB.
42
+
- **include** (*Optional*): Configure which components should be included in recordings to InfluxDB. If set, all other entities will not be recorded to InfluxDB. Values set by the **blacklist** option will prevail.
43
+
- **entities** (*Optional*): The list of entity ids to be included from recordings to InfluxDB.
44
+
- **domains** (*Optional*): The list of domains to be included from recordings to InfluxDB.
0 commit comments