Open
Description
Influx will create the schema on the fly, i.e. the first time it sees a field, it will create the field with the data type.
This opens up our pipeline to spam and schema corruption.
Let's be a bit more strict and clean up our telegraf.conf
- only allow the crewchief topic (remove crewchief_v2 and racing)
- either don't use the mqtt_consumer.json_v2.object parsing and be specific about the fields
- or keep using it and restrict the fields
documentation is at