docs(inputs.mqtt_consumer): Update topic parsing types naming (#15301)
This commit is contained in:
parent
5dcc70b841
commit
d4367b6be4
|
|
@ -122,7 +122,7 @@ to use them.
|
||||||
# tags = ""
|
# tags = ""
|
||||||
# fields = ""
|
# fields = ""
|
||||||
## Value supported is int, float, unit
|
## Value supported is int, float, unit
|
||||||
# [[inputs.mqtt_consumer.topic.types]]
|
# [inputs.mqtt_consumer.topic_parsing.types]
|
||||||
# key = type
|
# key = type
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,5 +85,5 @@
|
||||||
# tags = ""
|
# tags = ""
|
||||||
# fields = ""
|
# fields = ""
|
||||||
## Value supported is int, float, unit
|
## Value supported is int, float, unit
|
||||||
# [[inputs.mqtt_consumer.topic.types]]
|
# [inputs.mqtt_consumer.topic_parsing.types]
|
||||||
# key = type
|
# key = type
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue