lasticsearch 2.3.5
Elasticsearch can also be installed from our repositories using apt or yum. See Repositories in the Guide.
Installation Steps
-
Download and unzip the latest Elasticsearch distribution
-
Run bin/elasticsearch on Unix or bin\elasticsearch.bat on Windows
-
Run curl -X GET http://localhost:9200/
https://www.elastic.co/downloads/elasticsearch
Logstash 2.3.4
Logstash can also be installed from our repositories using apt or yum. See Repositories in the Guide. Java 7 or higher is required for Logstash 2.x.
Logstash 2.3.4 All Plugins
Logstash bundled with the latest version of all available plugins at time of release. This full package can be convenient when working in offline environments. Java 7 or higher is required for Logstash 2.x.
Installation Steps
-
1. Download and unzip the latest logstash release
-
2. Prepare a logstash.confconfig file
-
3. Run bin/logstash agent -f logstash.conf
https://www.elastic.co/downloads/logstash
Kibana 4.5.4
Compatible with Elasticsearch 2.3.x. Kibana can also be installed from our repositories using apt or yum. See Repositories in the Guide.
- WINDOWS sha1
- MAC sha1
- LINUX 64-BIT sha1
- LINUX 32-BIT sha1
- RPM 64-BIT sha1
- RPM 32-BIT sha1
- DEB 64-BIT sha1
- DEB 32-BIT sha1
Installation Steps
-
Download and unzip Kibana 4
Note: Kibana 4.5.x requires Elasticsearch 2.3.x
-
- Extract your archive
- Open config/kibana.yml in an editor
- Set the elasticsearch.url to point at your Elasticsearch instance
- Run ./bin/kibana (orbin\kibana.bat on Windows)
-
- Point your browser athttp://yourhost.com:5601
- Check out the README.md
https://www.elastic.co/downloads/kibana