Skip to content

wsutina/intro-elasticsearch-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Elasticsearch

This is a practical introduction to elasticsearch. It contains basic examples and exercises to get started.

Prerequisites

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

Using docker (recommended)

  1. Install docker(if not already installed): official doc
  2. Excecute ./auto/start.sh (or docker-compose up -d in Windows)
  3. Verify elasticsearch is running:curl localhost:9200
  4. Navigate to http://localhost:5601 in your browser to verify that kibana is running

To stop elasticsearch just run ./auto/stop.sh

Install on your machine

If you choose not to follow the recommended installation.

  1. Find version 7.2.0 for Elasticsearch and Kibana
  2. Follow the installation instructions - Elasticserch - Kibana

About

Introduction to Elasticsearch Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published