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'll look into getting this fixed, but I can tell you off the bat that you won't get any aggregated measurements with this parsing pattern. You are parsing time_taken as a string, and it needs to be an int.
I believe you want to change %{INT:time_taken} to %{INT:time_taken:int} (this might also fix the panic)
sparrc
added
bug
unexpected problem or unintended behavior
panic
issue that results in panics from Telegraf
labels
Dec 13, 2016
Bug report
Panic when processing log parsed measurements with minmax aggregator
Relevant telegraf.conf:
System info:
Telegraf version: master (b58926d)
OS: Windows 2008 R2 64bits
Agent parsing log OK without the Aggregator, in this scenario these are the output parsed measurements.
Steps to reproduce:
2.- create the log with this script
3-Execute
C:"Program Files"\Telegraf\telegraf.exe --config C:"Program Files"\Telegraf\telegraf.conf --test
Expected behavior:
Output with time_taken_max , time_taken_min output
Actual behavior:
a PANIC
The text was updated successfully, but these errors were encountered: