码迷,mamicode.com
首页 > 其他好文 > 详细

ELK 下载地址elastic

时间:2016-08-27 22:07:19      阅读:1237      评论:0      收藏:0      [点我收藏+]

标签:

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.

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

 

ELK 下载地址elastic

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!