Giter VIP home page Giter VIP logo

fluent-plugin-devo's People

Contributors

juanmcristobal avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

juanmcristobal

fluent-plugin-devo's Issues

How to send already tagged data?

This is the setup I have:

  • source is generating data in syslog - the data is already tagged (e.g. my.app.event.sample) at the source
  • we have a fluentd installation that receives this syslog evente (in_syslog) plugin
  • we need to send this data to Devo

The config and communication are all working, we can see the data in Devo (in the unknown.unknown table).

The problem is: the in_syslog plugin forces us to create a tag, in order to do proper routing. The out_devo plugin is using this tag to tag the data it is sending to Devo.

e.g. if I define my source and match as:

<source>
    @type syslog
    port 5140
    bind 0.0.0.0
    <transport tcp>
    </transport>
    tag mylogs
</source>

<match mylogs.**>
  @type devo
  host eu.elb.relay.logtrust.net
  port 443
  ca_cert <>
  client_cert <>
  client_key <>
  verify_cert_name false
  <format>
    @type single_value
    message_key message
  </format>
</store>

The data I receive at Devo is always tagges as mylogs.user.notice, and hence ends up in unknown.uknown

The incoming data is already tagged with the proper Devo tag (each event could have a different Devo tag)
How do I ensure that the tag in the incoming syslog is used in the output as well (and NOT the tag used for routing)?

Support for Buffer

In a high logging cluster, without file buffer there is loss of logs during fluentd restart.

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.