Skip to content

This plugin provides native logstash instrumentation for monitoring, including: a handler for sending events to logstash.

License

Notifications You must be signed in to change notification settings

vdltech/sensu-plugins-logstash

 
 

Repository files navigation

Sensu-Plugins-logstash

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

  • bin/handler-logstash

Usage

handler-logstash

{
  "logstash": {
    "endpoint": [
      {
        "address": "host1.example.tld",
        "port": 5000,
        "output": "redis"
      },
      {
        "address": "logstash-host1.example.tld",
        "port": 5001,
        "output": "udp"
      },
      {
        "address": "logstash-host2.example.tld",
        "port": 5002,
        "output": "tcp"
      }
    ],
    "list": "logstash",
    "type": "sensu-logstash",
    "custom": {
      "thisFieldWillBeMergedIntoTheTopLevelOfOutgoingJSON": {
        "metadata": "some metadata",
        "moreMetadata": 42
      }
    }
  }
}

Supported output types: redis, tcp, udp

Installation

Installation and Setup

Notes

About

This plugin provides native logstash instrumentation for monitoring, including: a handler for sending events to logstash.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%