ELK
绛门人
静水深流
展开
-
logstash安装
https://www.elastic.co/guide/en/logstash/current/index.html首先现在logstash,上传到服务器logstash是用JRuby语言开发的,所以要安装JDKtar -zxvf logstash-2.3.1.tar.gz -C /bigdata/bin/logstash -e 'input {转载 2017-06-17 17:41:21 · 351 阅读 · 0 评论 -
ElasticSearch安装配置
http://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.htmlhttps://github.com/elastic/elasticsearch###【在多台机器上执行下面的命令】####es启动时需要使用非root用户,所有创建一个bigdata用户:useradd bigdat转载 2017-06-17 18:03:19 · 334 阅读 · 0 评论 -
es与kibana插件安装
#es离线安装head插件,进入es安装目录bin/plugin install file:///home/bigdata/elasticsearch-head-master.zip#kibana离线安装插件bin/kibana plugin --install marvel --url file:///path/to/file/marvel-2.3.1.tar.gz转载 2017-06-17 18:33:19 · 1029 阅读 · 0 评论 -
logstash中的坑
kafka server.properties hostname问题https://discuss.elastic.co/t/logstash-kafka-output-plugins-not-working-on-windows/25253"\t"问题https://github.com/elastic/logstash/issues/1645grok/big转载 2017-06-17 19:14:59 · 1007 阅读 · 0 评论 -
logstash的配置
flow-es:input { file { type => "flow" path => "/var/nginx_logs/*.log" discover_interval => 5 start_position => "beginning" }}output { if [type] == "flow" { elasticsearc转载 2017-06-17 19:46:03 · 1327 阅读 · 0 评论