Hi,
I have a filed called “start_time” of map
"start_time": {
"type": "date",
"format": "yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||epoch_millis"
}
Example values:
2018/11/22 12:43:09
2019/01/31 15:40:50
How do I write a graylog query to show all logs on the certain date?
Values of this field can be different than log received date so time picker can’t help.