简体   繁体   English

何时创建或重用Elasticsearch集群?

[英]When to create or reuse an Elasticsearch cluster?

My team has been using a minimal Elasticsearch implementation for a year now, and we'd now like to additionally use ES for a new and totally different use case, using different and essentially unrelated data. 我的团队已经使用最小的Elasticsearch实施了一年,现在我们希望使用不同且本质上不相关的数据将ES额外用于新的和完全不同的用例。 While I have been reading about Clusters, Nodes, and ES in general, I do not intuitively understand whether or not we should create a new cluster for this, or add the data into our existing cluster. 虽然我通常阅读有关集群,节点和ES的内容,但我并不直观地了解我们是否应该为此创建一个新集群,或者将数据添加到现有集群中。 Where is a good place to look to better understand the factors involved in this decision? 在哪里可以找到一个更好的地方来更好地了解此决策所涉及的因素? We're using ES hosted by Elastic Cloud, v5.2.x for the record. 我们使用的是由Elastic Cloud v5.2.x托管的ES作为记录。

If you have the resources available, it does not hurt to use the same cluster for multiple types of data/use cases. 如果您有可用的资源,则将同一群集用于多种类型的数据/用例不会有什么坏处。

If I were you I would just take a look at the Monitoring page to check out your usage statistics like storage, search rates, indexing rates, etc. to see if you have the resources available. 如果您是我,则只需查看“监视”页面,以查看您的使用情况统计信息,例如存储,搜索率,索引率等,以查看是否有可用资源。 If so, you don't really need to have separate clusters. 如果是这样,您实际上并不需要单独的集群。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM