-
Notifications
You must be signed in to change notification settings - Fork 2
ELK integration
Jérémie Jalouzet edited this page Sep 27, 2015
·
4 revisions
- Install JAVA
- Set JAVA_HOME
- Download Elasticsearch : https://www.elastic.co/downloads/elasticsearch
- Download Logstash : https://www.elastic.co/downloads/logstash
- Download Kibana : https://www.elastic.co/downloads/kibana
- Unzip all folders
- Place verything in a folder "elkstack". (ex: On Wamp (Windows) : in "[path/to/wamp]\www\elkstack")
> cd [path/to/elasticsearch]/bin
> elasticsearch
Test : http://localhost:9200/
Modify logstash.conf :
Change line 5 :
path => "server.log"
to :
path => "[path/to/Curvation]/server.log"
> cd [path/to/logstash]/bin
> logstash agent -f [path/to/Curvation]/logstash.conf
> cd [path/to/kibana]/bin
> kibana
Go to : http://localhost:5601/