Elastic logfile processing.md - plembo/onemoretech GitHub Wiki

#Elastic logfile processing

Elastic has three products that in combination can capture (Logstash), store (Elasticsearch) and graphically analyze (Kibana) log data.

In addition to source and binary packages, Elastic maintains both apt and yum package repositories to aid in installation of each of these products.

####Elasticsearch

Install the yum repository key:

rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch

/etc/yum.repos.d/elasticsearch.repo:

[elasticsearch-2.x]
name=Elasticsearch repository for 2.x packages
baseurl=https://packages.elastic.co/elasticsearch/2.x/centos
gpgcheck=1
gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch
enabled=1

####Kibana

/etc/yum.repos.d/kibana.repo:

[kibana-4.5]
name=Kibana repository for 4.5.x packages
baseurl=http://packages.elastic.co/kibana/4.5/centos
gpgcheck=1
gpgkey=http://packages.elastic.co/GPG-KEY-elasticsearch
enabled=1

####Logstash

/etc/yum.repos.d/logstash.repo:

[logstash-2.3]
name=Logstash repository for 2.3.x packages
baseurl=https://packages.elastic.co/logstash/2.3/centos
gpgcheck=1
gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch
enabled=1

Copyright 2004-2019 Phil Lembo

⚠️ **GitHub.com Fallback** ⚠️