This article is written to record the Logstash+elasticsearch+kibana+redis building process. All programs are running under the Windows platform.
1. Download
1.1 Logstash, Elasticsearch, Kinana download from official site: https://www.elastic.co/
1.2 Redis official without the Windows platform. You can download Windows platform version from GitHub: https://github.com/MSOpenTech/redis/releases
2. Start each part of the component
2.1 Redis Boot: Still relatively simple, cmd to Redis directory, and then command Redis-server. Ok, get it done. Such as.
2.2 Elasticsearch Start: Also relatively simple, cmd to the bin directory, and then hit the command Elasticsearch, Ok, done, you can access the http://localhost:9200, will return a piece of JSON text. 2.2 Kibana Start: Also relatively simple, cmd to the bin directory, and then enter the command Kinana, OK. Before starting, it is best to turn on Elasticsearch, because after Kinana is started, it will proactively connect to the default configured Elasticsearch. The following is the Kinana site address, directly enter the http://localhost:5601 can be. Not to be continued ....
Logstash+elasticsearch+kibana+redis Combat