Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 521 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 521 Bytes

fluent-plugin-fnordmetric, a plugin for Fluentd

fnordmetric plugin for fluent Event Collector

Build Status

Getting Started

Setup the fnordmetric output:

  <match fnordmetric.*>
    type fnordmetric
    redis_url redis://localhost:6379
    redis_prefix fnordmetric
    event_queue_ttl 120
    event_data_ttl 2592000
  </match>