You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is always X seconds difference in the @timestamp field sent to elasticsearch through Kafka.
Here are the details:
The JSON object is built in java and is published to Kafka.
The Logstash consumes data from Kafka and outputs it to Elasticsearch
The data is discovered in Kibana and also displayed in some dashboards
I am logging the @timestamp field in the java application. The Value is same in the java application logs and also in Kafka Records. However, when i see the same in elasticsearch index, it is always off by few seconds (5 to 20 secs).
Hi
System Details
There is always X seconds difference in the @timestamp field sent to elasticsearch through Kafka.
Here are the details:
The JSON object is built in java and is published to Kafka.
The Logstash consumes data from Kafka and outputs it to Elasticsearch
The data is discovered in Kibana and also displayed in some dashboards
I am logging the @timestamp field in the java application. The Value is same in the java application logs and also in Kafka Records. However, when i see the same in elasticsearch index, it is always off by few seconds (5 to 20 secs).
The Logstash configuration is:
The Kafka Record contains @timestamp field. Here is the sample record
The corresponding document in elasticsearch index is:
Please let me know if you need more details.
Thanks
The text was updated successfully, but these errors were encountered: