EventTime as Dashboard Timepicker Field - No Results

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: EventTime as Dashboard Timepicker Field - No Results

Post by cdienger »

The field is expecting and working with strings as mcapra suggested. Add the following filtering under Administration > Global Configuration > Filters:

Code: Select all

if [type] == 'eventlog'{
date {
match=> ["EventTime", "YYYY-MM-dd HH:mm:ss"]
target => 'event_time'
}
}
This will create a new date field called event_time that you can then use.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked