No commit activity in last 3 years
No release in over 3 years
Fluentd plugin which serves web application sniffing streaming events
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Fluent::Plugin::Event::Sniffer

Fluentd event sniffing tool

example of tool

Demo

http://youtu.be/_ykzeP2xGNg

Notice

This tool will modify the core module of fluentd, Enigne, using instance_eval. There is a potential risk that the fluentd process could be broken unexpectedly.

In addition, this tool might degrade the perfermance of the running fluentd process.

Therefore, this tool should be considered as a development or troubleshooting tool for now.

Use this tool at your own risk.

Installation

$ fluent-gem install fluent-plugin-event-sniffer

Configuration

Example

<source>
  type event_sniffer
  pattern_bookmarks [
    "test.**",
    "debug.**"
  ]
</source>

Parameter

key type description required default
bind string Listen address no 0.0.0.0
port integer Listen port no 8765
pattern_bookmarks array Predefined patters. You can choose these patterns on the sidebar. no []
max_events integer Maximum number of displayed events. no 10
refresh_interval integer Event refresh interval. no 1

Copyright

  • Copyright (c) 2014- OKUNO Akihiro
  • License
    • Apache License, version 2.0