OpsGenie Logstash No Mutate Plugin

This is a plugin for Logstash. It's base on OpsGenie original plugin. The only difference is that you do not have to modify your events to add OpsGenie specific fields to them.

Install and Run OpsGenie Output Plugin in Logstash

OpsGenie Logstash Output plugin is available in RubyGems.org

  • Install plugin

    bin/plugin install logstash-output-opsgenienm
    
  • 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

output {
    opsgenie {
        "api_key" => "logstash_integration_api_key"
    }
}