1. Logstash

Note

Analiza los ficheros de entrada y los envía elasticsearch

1.1. Instalación

yum install logstash

1.2. Configuración

Fichero de configuración /etc/logstash/logstash.yml

# ------------ Metrics Settings --------------
#
# Bind address for the metrics REST endpoint
#
http.host: "127.0.0.1"
#
# Bind port for the metrics REST endpoint, this option also accept a range
# (9600-9700) and logstash will pick up the first available ports.
#
http.port: 9600-9700

1.3. Inicio del servicio

systemctl start logstash