Background
Currently InfluxDB output plugin supports only constant-based tag keys. Example from docs:
[OUTPUT]
Name influxdb
Match *
Host 127.0.0.1
Port 8086
Database fluentbit
Sequence_Tag _seq
Tag_Keys method path # Constant based keys (space separated)
Proposal
Add ability to write more flexible tag keys using wildcard styling. Example config:
[OUTPUT]
Name influxdb
Match *
Host 127.0.0.1
Port 8086
Database fluentbit
Sequence_Tag _seq
Tag_Keys method tag_* # Add as tags all fields which starts with tag_
Background
Currently InfluxDB output plugin supports only constant-based tag keys. Example from docs:
Proposal
Add ability to write more flexible tag keys using wildcard styling. Example config: