Support
Quality
Security
License
Reuse
kandi has reviewed elasticsearch and discovered the below as its top functions. This is intended to give you an instant insight into elasticsearch implemented functionality, and help decide if they suit your requirements.
Get all kandi verified functions for this library.
Get all kandi verified functions for this library.
Logs
Metrics
A search backend
Application monitoring
Endpoint security
See all related Code Snippets
QUESTION
Why should I run multiple elasticsearch nodes on a single docker host?
Asked 2022-Mar-09 at 18:17There are a lot of articles online about running an Elasticsearch multi-node cluster using docker-compose, including the official documentation for Elasticsearch 8.0. However, I cannot find a reason why you would set up multiple nodes on the same docker host. Is this the recommended setup for a production environment? Or is it an example of theory in practice?
ANSWER
Answered 2022-Mar-04 at 15:49You shouldn't consider this a production environment. The guides are examples, often for lab environments, and testing scenarios with the application. I would not consider them production ready, and compose is often not considered a production grade tool since everything it does is to a single docker node, where in production you typically want multiple nodes spread across multiple availability zones.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
No vulnerabilities reported
Save this library and start creating your kit
See Similar Libraries in
Save this library and start creating your kit
Open Weaver – Develop Applications Faster with Open Source