Wrong Timezone - Search Graylog

I need some help! I use Graylog in docker and when I search any logs it’s not found.

In system overview, the timezone is correct, but when I search any logs, the elasticsearch query is the wrong timezone.

Time configuration

Dealing with timezones can be confusing. Here you can see the timezone applied to different components of your system. You can check timezone settings of specific graylog-server nodes on their respective detail page.
User admin :
2019-09-02 10:32:22 -03:00
Your web browser:
2019-09-02 10:32:22 -03:00
Graylog server:
2019-09-02 10:32:22 -03:100:

Nothing found

Your search returned no results, try changing the used time range or the search query. Do you want more details? Show the Elasticsearch query.
Take a look at the documentation if you need help with the search syntax or the time range selector.

“filter”: [
{
“bool”: {
“must”: [
{
“range”: {
“timestamp”: {
“from”: “1970-01-01 00:00:00.000”,
“to”: “2019-09-02 13:36:41.921”,
“include_lower”: true,
“include_upper”: true,
“boost”: 1

Can you help me?

Thanks!

how do you ingest your logs and how does the timestamp look you ingest?

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