Hi guys, i am parsing syslog logs from different sources (firewal, polyphone,etc), my question is what is better, to use only one index or have multiple index (one per source)
Regards
Hi guys, i am parsing syslog logs from different sources (firewal, polyphone,etc), my question is what is better, to use only one index or have multiple index (one per source)
Regards
It's difficult to say what is better without knowing more of your use case, so I will provide you the key points for you to think about so you can figure out.
The main point in this decision is the index shard that will use resources. You need to keep the shard count per node under control, otherwise the nodes will eventually suffer memory pressure. That being said:
Additionally, checkout this article for more insights on this subject: https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster
Hope that helps!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.