Git Product home page Git Product logo

logstash-output-kontur_elk's Introduction

Logstash Plugin

his 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.

Documentation

Add to your logstash configuration file:

output {
    kontur_elk {
        # The index to write events to. This can be dynamic using the %{foo} syntax.
        index => ... # string (required)
        # Hostname of RabbitMQ server
        rabbitmq_host => ... # string (required)
        # Port of RabbitMQ server
        rabbitmq_port => ... # number (optional), default: 5672
        # RabbitMQ user
        user => ... # string (required)
        # RabbitMQ password
        password => ... # string (reqiured)
        # RabbitMQ Queue
        queue => ...  # string (reqiured)
    }
}

Requires

  • Logstash version 1.5.x
  • Work on jruby only

Installation

wget https://github.com/skbkontur/logstash-output-kontur_elk/raw/master/logstash-output-kontur_elk-0.0.9.gem
bin/plugin install logstash-output-kontur_elk-0.0.9.gem

or

git clone https://github.com/skbkontur/logstash-output-kontur_elk.git
gem build logstash-output-kontur_elk.gemspec
bin/plugin install logstash-output-kontur_elk-0.0.9.gem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.