I found that it's extremely hard to search "today-only" message in Graylog. Here is what I've tried so far:
- Using
keyword
:today 00:00:00 +0800 to today 23:59:59 +0800
- Using
timestamp:["now/d" to "now+1d/d"]
in query and selectsearch all messages
None of them
is working! :(
Does anyone have a working solution that can save my day? Thank you!
Keywords are parsed by Natty. You can use the keyword
today midnight
to achieve what you want.