fluent / fluent/fluent-bit

InfluxDB tagging

Open
#435 1 comment 0 reactions 1 assignee Claimed by @edsiper View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.