Tutorials to learn the basics of Elasticsearch
- Lab 1: Setup
- Lab 2: Manage Indices and Shards
- Lab 3: Mapping, Indexing and Text Analysis
- Lab 4: Search and Aggregation
To deploy Elasticsearch and its user interface Kibana locally, you can use podman. Podman is like docker but doesn't require root provileges.
Check out the instructions around local deployment.