Skip to content

elk installation on rhel7 with grok filter for miq evm.log and automation.log

License

Notifications You must be signed in to change notification settings

ldomb/elkformiqonrhel7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Logstash installer for Rhel7 with Cloudforms evm.log filter

  • Author: Laurent Domb
  • Date: 2015-02-26
  • Revision: 0.1

Introduction

This script will setup a logstash instance on RHEL7 and will add a filter for cloudforms/ManageIQ evm.log or automation.log.

Setup elk server

Download https://raw.githubusercontent.com/ldomb/elkformiqonrhel7/master/installelkonel7formiq.sh

# wget https://raw.githubusercontent.com/ldomb/elkformiqonrhel7/master/installelkonel7formiq.sh

Make it executable

#chmod +x installelkonel7formiq.sh

Add the all the info for:

POOL_ID=<poolid>
LG_SERVER_FQDN=<logstash_fqdh>
LG_SERVER_SHORT=<logstash_short>
HT_PASS=<htpassword>
LG_SERVER_IP=<lg_server_ip>

Launch the script

#./installelkonel7formiq.sh

Setup Cloudforms Appliance

Login to cloudforms and download the logstash-forwarder-installer.sh from logstash

# wget http://YOUR_ELK_SERVER/pub/logstash-forwarder-installer.sh

Make the script executable

# chmod +x logstash-forwarder-installer.sh

Launch the installer

# ./logstash-forwarder-installer.sh

About

elk installation on rhel7 with grok filter for miq evm.log and automation.log

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages