InfluxDB tagging
Open
enhancement
- Dominant language
- C
- Stars
- 8.1k
- Forks
- 2k
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 58
Description
I parse CSV file like:
[time],[tag1],[tag2],[data1],[data2],..
I've fluent-bit parse to decode everything correctly to regex groups.
I need to output to influx with tag* keys as tags and data* as fields.
Like:
[measurement from Tag-directive],[tag1]=[tag1.value],[tag2]=[tag2.value] [data1]=[data1.value],.. [time]
Is this true it it cannot be done? Because power of Influx are the tags and indexing the tags to get correct fields values.
Contributor guide
Assessment
This issue has not been assessed yet.