This guide covers the core concepts you need to understand to get started with Elasticsearch. If you’d prefer to start working with Elasticsearch right away, set up a local development environment and jump to hands-on code examples.
This guide covers the following topics:
- What is Elasticsearch?: Learn about Elasticsearch and some of its main use cases.
- Run Elasticsearch: Understand your options for deploying Elasticsearch in different environments, including a fast local development setup.
- Indices and documents: Understand Elasticsearch’s most important primitives and how it stores data.
- Add data to Elasticsearch: Understand your options for ingesting data into Elasticsearch.
- Search and analyze data: Understand your options for searching and analyzing data in Elasticsearch.
- Get ready for production: Understand the basic concepts required for moving your Elasticsearch deployment to production.
Was this helpful?
Thank you for your feedback.