最近在学习 ELK,为了尝试和练手,我申请了 AWS EC2 micro instance (一年免费使用的主机),内存为 1G. 在安装 ElasticSearch, Logstash, Kibana 的过程中,整个过程还是比较顺利,但是也遇到了一个非常头疼的问题,就是 Kibana 的 X Pa ...
分类:
其他好文 时间:
2017-12-13 02:24:38
阅读次数:
185
在安装配置 ELK 的过程中,涉及了比较多的默认端口,如 ElasticSearch 的 9200, Kibana 的 5601, 还有 Logstash 的 5044。 这些端口是按照怎样的数据流程及结构设置,甚至是在哪个配置文件的哪条配置项,是一个很容易混淆的事情。 我根据安装经验,整理出如下结... ...
分类:
其他好文 时间:
2017-12-13 02:07:16
阅读次数:
164
es dashboard 有两款 head 这款我一直在用 https://github.com/mobz/elasticsearch head elasticsearch HQ这款相对好看点 https://github.com/royrusso/elasticsearch HQ es数据保留10 ...
分类:
其他好文 时间:
2017-12-12 21:37:58
阅读次数:
177
问题如下:1.FileBeat日志报 "dial tcp 127.0.0.1:5544: connectex: No connection could be made because the target machine actively refused it"解决过程:A:修改FileBeat文件 ...
分类:
Windows程序 时间:
2017-12-12 21:34:26
阅读次数:
1131
为了减少应用服务器对磁盘的读写,以及可以集中日志在一台机器上,方便使用ELK收集日志信息,所以考虑做一个jar包,让应用集中输出日志 网上搜了一圈,只发现有人写了个程序在github 地址:https://github.com/johnmpage/logback-kafka 本来打算引用一下这个ja ...
分类:
移动开发 时间:
2017-12-11 23:09:32
阅读次数:
743
安装流程: 稍后补充 参考内容:http://udn.yyuap.com/thread-54591-1-1.html ; https://www.cnblogs.com/yanbinliu/p/6208626.html 在搭建测试过程中遇到以下问题:1.FileBeat日志报 "dial tcp 1 ...
Mutate filter plugin参考: https://www.elastic.co/guide/en/logstash/current/plugins filters mutate.html 在线匹配: http://grokdebug.herokuapp.com/ grok github ...
分类:
其他好文 时间:
2017-12-07 21:07:01
阅读次数:
203
elk的诸多beats 参考: https://www.elastic.co/guide/en/beats/libbeat/current/community beats.html jmxproxybeat 参考: https://github.com/radoondas/jmxproxybeat ...
分类:
其他好文 时间:
2017-12-06 14:28:40
阅读次数:
246
一.问题描述 在IntelliJ IDEA 中启动Tomcat服务器时就出现了如下图所示的错误: 错误: 代理抛出异常错误: java.rmi.server.ExportException: Port already in use: 1099; nested exception is: java.n ...
分类:
编程语言 时间:
2017-12-04 10:25:56
阅读次数:
229