DevTech101

DevTech101

kibana

Configuring Elasticsearch betas/topbeats on linux

First, lets Download the beats template. curl -O https://raw.githubusercontent.com/elastic/topbeat/master/etc/topbeat.template.json Upload to elastic template curl -XPUT ‘http://elk3.domain.com:9200/_template/topbeat’ -d@topbeat.template.json Now, lets install topbeat, add elastic beat repo, and run yum -y install topbeat Modify /etc/topbeat/topbeat.yml, under elasticsearch add elastic (or logstash) hosts hosts: [“10.10.3.48:9204”, “10.10.3.48:9205”, “10.10.3.48:9206”] Start the beat service systemctl start topbeat Install topbeats dashboards curl …

Configuring Elasticsearch betas/topbeats on linux Read More »

Installing and Configuring ELK – Part six(6) – General platform tips & tricks

Installing and Configuring ELK – Part one(1) – Install OS (OEL 7.2), Tuning – Part two(2) – Configure KVM, Tuning – Part three(3) – install elasticsearch, configuration – Part four(4) – Install logstash, configuration – Part five(5) – Install Kibana, configuration – Part six(6) – General platform tips & tricks This is Part six(6) – …

Installing and Configuring ELK – Part six(6) – General platform tips & tricks Read More »

Installing and Configuring ELK – Part five(5) – Install Kibana, configuration

Installing and Configuring ELK – Part one(1) – Install OS (OEL 7.2), Tuning– Part two(2) – Configure KVM, Tuning– Part three(3) – install elasticsearch, configuration– Part four(4) – Install logstash, configuration– Part five(5) – Install Kibana, configuration– Part six(6) – General platform tips & tricks– Part six(7) Solaris logstash forwarder setup This is Part five(5) …

Installing and Configuring ELK – Part five(5) – Install Kibana, configuration Read More »

Installing and Configuring ELK – Part three(3) – install Elasticsearch, configuration

Installing and Configuring ELK – Part one(1) – Install OS (OEL 7.2), Tuning– Part two(2) – Configure KVM, Tuning– Part three(3) – install elasticsearch, configuration– Part four(4) – Install logstash, configuration– Part five(5) – Install Kibana, configuration– Part six(6) – General platform tips & tricks This is Part three(3) – install elasticsearch, configuration Configuring the …

Installing and Configuring ELK – Part three(3) – install Elasticsearch, configuration Read More »