ELK 下载地址elastic

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 binelasticsearch.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.

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 (orbinkibana.bat on Windows)
    • Point your browser athttp://yourhost.com:5601
    • Check out the README.md

https://www.elastic.co/downloads/kibana

原文地址:https://www.cnblogs.com/softidea/p/5813827.html