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
This should work : use %{SYSLOGTIMESTAMP:timestamp} in the grok expression,
and add date_format parameter which to parse the date. Date format are
documented here : http://momentjs.com/docs/#/parsing/string-format/
my filter:
filter://grok://?grok=%{SYSLOGTIMESTAMP:sys_log_time} %{DATA:message}
How can I define that sys_log_time is parsed and used in the @timestamp field?
The text was updated successfully, but these errors were encountered: