GithubHelp home page GithubHelp logo

heka-influxdb-output's Introduction

DEPRECATED

This probably no longer compiles. You should use the built-in HTTPOutput. There is even an InfluxDB-specific encoder now.

Example config:

[InfluxDBOutput]
message_matcher = "TRUE"

server = "http://localhost:8086"
database = "db"
username = "user"
password = "pass"

# InfluxDB connection timeout, in seconds
response_header_timeout = 30

# The default if series in the field_map is missing
series = "history"

# Use the Heka message Timestamp as the InfluxDB time; on by default
use_heka_timestamp = true

# Flush points to InfluxDB at least this often, in milliseconds
flush_interval = 1000

# Buffer no more than this many points before flushing to InfluxDB
flush_count = 10

[InfluxDBOutput.field_map]
# Map InfluxDB field names to Heka message field names
payload = "Payload"
custom_field = "CustomField"

# Special case for dynamic series name - falls back to series above
series = "Type"

heka-influxdb-output's People

Contributors

lann avatar

Stargazers

miffa avatar Tugdual Saunier avatar Kyle Huang avatar Curt Micol avatar Bruno Binet avatar Rogerio Marques avatar Samuel Bishop avatar Jisoo Park avatar

Watchers

Matt Butcher avatar  avatar James Cloos avatar Samuel Bishop 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.