Update influxdb.markdown (#14598)

Swapped exclude and include for entity_globs in the relevant sections.
This commit is contained in:
gitmirko 2020-09-24 13:26:16 +02:00 committed by GitHub
parent 103d9d6209
commit 703354fe8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ exclude:
required: false
entity_globs:
type: [string, list]
description: Include all entities matching a listed pattern.
description: Exclude all entities matching a listed pattern.
required: false
domains:
type: [string, list]
@ -134,7 +134,7 @@ include:
required: false
entity_globs:
type: [string, list]
description: Exclude all entities matching a listed pattern.
description: Include all entities matching a listed pattern.
required: false
domains:
type: [string, list]