I'm using PayloadRegexDecoder to parse a CSV file. However, I don't know
how to set a specific message field as a number (integer). All the message
fields are set as strings.

[transform_decoder.message_fields]
>
> Latency = "%Latency%"
>
Then, when I try to render the Latency in grafana (from influxdb), it is a
string and it cannot calculate a mean value (or any other operation).

I've tried with:

> Latency|B = "%Latency%"

Latency|count = "%Latency%"

Latency|2 = "%Latency%"

without success.

Is there any way to indicate the type of a field in PayloadRegexDecoder?
How could I implement it?
_______________________________________________
Heka mailing list
[email protected]
https://mail.mozilla.org/listinfo/heka

Reply via email to