You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sending some metrics from fluentd to Kapacitor OSS version 1.5.9 for stream processing. Using fangli/fluent-plugin-influxdb as the fluentd plugin to send data to Kapacitor in version 1 lineformat.
From the packet capture I can see that , this is the line thats being sent to Kapacitor:
Which gets the error: unable to parse: invalid boolean
Fluentd sends multiple points in a single HTTP request, and all of them are rejected by Kapacitor with same error message.
My questions are:
Is this a valid line in line protocol? I could't find its definition in reference docs, esp the usage of {} and _seq?
If so, what could be the error here
Any update on Kapacitor supporting Influx2.0 line protocol. I am successfully able to send data from fluentd to InfluxDB2.0, but since InfluxDB2.0 do not support streaming, I have to send a copy of data to Kapacitor too.
The text was updated successfully, but these errors were encountered:
I am sending some metrics from fluentd to Kapacitor OSS version 1.5.9 for stream processing. Using fangli/fluent-plugin-influxdb as the fluentd plugin to send data to Kapacitor in version 1 lineformat.
From the packet capture I can see that , this is the line thats being sent to Kapacitor:
Which gets the error:
unable to parse: invalid boolean
Fluentd sends multiple points in a single HTTP request, and all of them are rejected by Kapacitor with same error message.
My questions are:
{}
and_seq
?Any update on Kapacitor supporting Influx2.0 line protocol. I am successfully able to send data from fluentd to InfluxDB2.0, but since InfluxDB2.0 do not support streaming, I have to send a copy of data to Kapacitor too.
The text was updated successfully, but these errors were encountered: