Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.06 KB

Eleasticsearch/Kibana workshop

Playground setup

  1. Install docker:

    • Windows: Install Docker for Windows with WSL2 backend from here
    • Linux: Install using apt-get or any other package manager according to this instruction
  2. Open terminal/shell

  3. Go to playground folder

  4. Run command:

    docker-compose up
    
  5. After containers spinup you should be able to access:

  6. Install python 3 - it will be necessary to run some examples.

Lessons

Lesson 1 - Setting up new index with lifecycle policy

Lesson 2 - Using logger

Lesson 3 - Using ElasticSearch REST API

Lesson 4 - Aggregations

Lesson 5 - Visualizations, Dashboards and Searches