Coder Social home page Coder Social logo

logstash-output-influx-v2's Introduction

Logstash Output Influx V2 Plugin

This is a Java plugin for Logstash.

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

The documentation for Logstash Java plugins is available here.

install

in logstash home dir:

bin/logstash-plugin install --no-verify --local dir-to-plugin/logstash-output-influx_v2-1.0.1.gem

configuration

output {
    influx_v2 {
        org => "xxxx"
        bucket => "xxxx"
        token => "xxxx"
        url => "http://127.0.0.1:8086"
        ...
    }
}

other configuration:

item type description required
org string organization true
bucket string bucket true
token string access token true
url string the endpoint of influxdb true
default_tags hash<string, string> default tags to append for every points, default is null false
map_keys hash<string, string> key name mapping, use raw key if not exits , default is null false
batch_size number batch size to send, default 1000 false
flush_interval number flush interval. default is 1000 false
jitter_interval number jitter interval. default is 0 false
retry_interval number retry interval. default is 6000 false
max_retries number max retry times. default is 3 false
max_retry_delay number max retry delay. default is 180000 false
exponential_base number exponential base. default is 5 false
time_precision number time precision, ns, us, ms, s, default is ns false
measurement string measurement of point false
tags array column in tags to add to tag false
excludes array column to be discard false

logstash-output-influx-v2's People

Contributors

bacazy avatar ahxinin avatar

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.