I configured my ELK setup with 1 index.It collects logs from 25 machines. The average log event count is 2.5 lacs/3 hrs. Every 5 min 5000 event parsing sometimes it increase.
My configuration like Filebeat => Logstash => Elasticsearch(single cluster with 1 node) => Kibana
I have event order mismatch problem.How to resolve it.
Thanks in advance.
This is my actual order of logs:
[[0m^[[0m04:07:34,117 INFO [com. .knowledgebase.ejb.KnowledgeBaseSingleton] (ServerService Thread Pool -- 62) 1 of 3 KnowledgeBase::26_ _UI_WF Created in serverGroup::26_ _RRFW
[[0m^[[0m04:07:36,101 INFO [com. .knowledgebase.ejb.KnowledgeBaseSingleton] (ServerService Thread Pool -- 62) 2 of 3 KnowledgeBase::26_ _FORMS Created in serverGroup::26_ _RRFW
[[0m^[[0m04:07:39,238 INFO [com. .knowledgebase.ejb.KnowledgeBaseSingleton] (ServerService Thread Pool -- 62) 3 of 3 KnowledgeBase::26_ _RATE_RRF Created in serverGroup::26_ _RRFW
Hi Warkolm,
My actual problem is I am not getting events with logs time order. It shows events with kibana UI's Timestamp.
After I groked out, I used date filter with target time.
date {
match => ["time", "HH:mm:ss.SSS" ]
target => "time"
}
I have attached my logs. I marked my jboss logs timestamp with red which is in mismatched order.Suggest me to resolve this or give me an example for this.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.