ferzerkerx / elasticsearch-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elastic Search Demo

Build Status Quality Gate

SpringBoot application that pushes to ES and then reads from it and prints it for learning purposes

Dependencies: Assumes Elastic Search is running on localhost:9200

I recommend running ELK using this docker image: https://github.com/spujadas/elk-docker

Then I just followed instructions:

  • sudo docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -it --name elk sebp/elk
  • If this error shows up : max virtual memory areas vm.max_map_count [65530] is too low, increase to at least can be fixed by this spujadas/elk-docker#92

About

License:MIT License


Languages

Language:Java 100.0%