I'm a DevOps intern, and my team is planning to integrate Elasticsearch with our application (built using Spring Boot). I've been tasked with setting up an Elasticsearch cluster and configuring it for the integration.
Since this is my first time working with Elasticsearch, I could really use your help to understand:
Setting up an Elasticsearch Cluster:
What are the steps to set up a basic Elasticsearch cluster (single-node or multi-node)?
Are there any best practices or configurations I should be aware of for production readiness?
Configuration and Access Control:
What configurations should I prioritize (e.g., memory settings, cluster settings, security settings like TLS, etc.)?
How can I secure the cluster to ensure only the Spring Boot application has access to it?
Integration with Spring Boot:
What endpoint(s) should I provide to the development team for integrating Elasticsearch with Spring Boot?
Are there any additional steps I should communicate to the dev team for a smooth integration?
I appreciate any guidance, resources, or examples you can share to help me get started.
@dadoonet I want to deploy the elasticsearch as multinode in production
I think it is not good to deploy it as docker compose for production
so can give steps to set up cluster for production
also for multi node what should endpoint should I give to dev (since there is multi node)
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.