I'm using the Telegraf plugin on Windows to send some messages to InfluxDB.
The messages are getting there but when I use Chronograf to drill through to the value, the filters are not working properly.
So any log message in test.log that has the word "Error" will generate a single field called "msg" with the contents after that.
In Chronograf, I can see the series is created, and if I select only the msg value (last column in Chronograf explorer), I can see the values in a table.
However, if I also select the "path" tag (which above has double back-slashes but in Chronograf is represented correctly with single back-slash) then no results are returned.
If I then amend the query directly and change the path name to have double back-slashes, it works.
So looks like when using the explorer view and drilling through metrics, Chronograf should convert a single backslash to double backslash before adding to the query.
I'm using the Telegraf plugin on Windows to send some messages to InfluxDB. The messages are getting there but when I use Chronograf to drill through to the value, the filters are not working properly.
Here's a snippet from telegraf.conf :
So any log message in test.log that has the word "Error" will generate a single field called "msg" with the contents after that.
In Chronograf, I can see the series is created, and if I select only the msg value (last column in Chronograf explorer), I can see the values in a table. However, if I also select the "path" tag (which above has double back-slashes but in Chronograf is represented correctly with single back-slash) then no results are returned.
If I then amend the query directly and change the path name to have double back-slashes, it works.
So looks like when using the explorer view and drilling through metrics, Chronograf should convert a single backslash to double backslash before adding to the query.