Hi Team,
I am getting date time filter issue in Kibana. My log has been generated on machine in Italy timezone . When I try to apply last 15 minute filter then no result found. When I apply with today filter it will display.
although I have tried to change the kibana field: dateFormat:tz to "Europe/Rome " timezone but still i am getting no result.
Your logs are probably still going in in GMT or a standard time zone like that, though, and not local time, right? It's pretty rare for log files to use local time. Also, if you do a query for the latest document, in dev tools, you can see the timestamps and that'll help you figure out if you've got any data within the 15 minute window.