Sha256: 8004ad5e2fc970314a02be537079a284a2abc24134b1c4ac804cf360d2c63db4
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
## Overview [Fluentd](http://fluentd.org/) input plugin that acts as sFlow collector. sFlow parser is based on [NETWAYS/sflow](https://github.com/NETWAYS/sflow/). ## Installation Use RubyGems: ``` fluent-gem install fluent-plugin-sflow ``` ## Configuration ``` <source> @type sflow bind 0.0.0.0 tag example.sflow </source> <match example.sflow> @type stdout </match> ``` **bind** IP address on which this plugin will accept sFlow. Default is "0.0.0.0". **port** UDP port number on which this plugin will accept sFlow. Default is 6343.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-sflow-0.1.0 | README.md |