ELK安装过程
官方安装文档: https://www.elastic.co/guide/en/elasticsearch/reference/current/zip-targz.html 官方硬件和配置项推荐: https://www.elastic.co/guide/en/elasticsearch/guide/master/hardware.html 事件--->input---->codec--->filter--->codec--->output 2、环境设置 系统:Centos7.4 IP地址:11.11.11.30 JDK:1.8 Elasticsearch-6.4.3 Logstash-6.4.0 kibana-6.4.0注释:截至2018年11月8日最新版为6.4.3iptables -F 2.1、前期准备 1、安装JDK JDK的下载地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html [root@localhost ~]# tar zxvf jdk-8u152-linux-x64.tar.gz -C /usr/local/ 解压后配置全局变量 [root@localhost ~]# vi /etc/profile.d/jdk.sh JAVA_HOME=