Thursday, September 05, 2019

Elastic Stack

Begin my elk tutorial.  (I found the tutorial of elastic search "type" was outdated.)

Anyway, download
elasticsearch-7.3.1-windows-x86_64.zip
kibana-7.3.1-windows-x86_64.zip
logstash-7.3.1.zip

Then unzip in d:\apps

I have them up
  • Elastic Search > localhost:9200
    To start, double click
    D:\apps\elasticsearch-7.3.1\bin\elasticsearch.bat

  • Kibana > localhost:5601
    To start double click
    D:\apps\kibana-7.3.1-windows-x86_64\bin\kibana.bat
  • logstash > localhost:9600
    Go to D:\apps\logstash-7.3.1
    In cmd, type bin\logstash -e "input {stdin{}} output{stdout{}}"




No comments: