gabipetrovay / logstash-output-opsgenie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpsGenie Logstash Plugin

This is a plugin for Logstash.

It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.

Install and Run OpsGenie Output Plugin in Logstash

OpsGenie Logstash Output plugin is available in RubyGems.org

  • Install plugin
bin/plugin install logstash-output-opsgenie
  • OpsGenie has Logstash Integration. To use the plugin you need to add a Logstash Integration in OpsGenie and obtain the API Key.
  • Add the following configuration to your configuration file and populate "apiKey" field with your Logstash Integration API Key
output {
	opsgenie {
		"apiKey" => "logstash_integration_api_key"
	}
}
  • Run Logstash.

For more information about OpsGenie Logstash Integration, please refer to support document.

About

License:Other


Languages

Language:Ruby 100.0%