This is a practical introduction to elasticsearch. It contains basic examples and exercises to get started.
You will need a couple tools to complete the practical exercises, choose one of the two options to set up your environment.
The presentation slides can be found here
- Install docker(if not already installed): official doc
- Excecute
./auto/start.sh
(ordocker-compose up -d
in Windows) - Verify elasticsearch is running:
curl localhost:9200
- Navigate to
http://localhost:5601
in your browser to verify that kibana is running
To stop elasticsearch just run ./auto/stop.sh
If you choose not to follow the recommended installation.
- Find version 7.2.0 for Elasticsearch and Kibana
- Follow the installation instructions - Elasticserch - Kibana