elasticsearch basics
editelasticsearch basics
editThis 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.