Query date field

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.