centos7 elasticsearch5.5.2
Prepare:
add a user to run the ES, ES can not run as root
1.useradd hoewon
2.passwd hoewon
3.visudo -f /etc/sudoers
hoewon ALL=(root) NOPASSWD: ALL
Installing JDK
1.
ELK日志处理之Filebeat工作原理
一、Filebeat简介
Beats是Elastic Stack技术栈中轻量级的日志采集器,Beats家族包括以下五个成员:
Filebeat:轻量级的日志采集器,可用于收集文件数据。
ELK部署参考文档
简单介绍:
ELK是三个开源工具组成,简单解释如下:
Elasticsearch是个开源分布式搜索引擎,它的特点有:分布式,零配置,自动发现,索引自动分片,索引副本机制,restful风格接口,多数据源,自动搜索负载等。