Sha256: 582843b9125a1b67ad79dc557d654fa282a2b334b07c8ee13033d772b88ec758
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
# fluent-plugin-dummydata-producer This is a plugin for [Fluentd](http://fluentd.org) ## DummyDataProducerInput Fluentd plugin to produce/generate dummy data and emits these data into Fluentd. ## Configuration Configuration to emit dummy data with 3 variation: <source> type dummydata_producer tag dummy.data rate 500 # messages per second dummydata0 {"type":"sample","code":50,"format":"json string allowed"} dummydata1 {"message":"other format needed?"} dummydata2 {"comment":"N of dummydataN is number and not limited"} </source> With this configuration, this plugin emits about 500 messages in 1 second (0 -> 1 -> 2 -> 0 -> ...). If you need message id for acknowledgement tests, incremental id feature available. <source> type dummydata_producer tag dummy.data rate 500 # messages per second dummydata0 {"type":"sample","code":50,"format":"json string allowed"} dummydata1 {"message":"other format needed?"} dummydata2 {"comment":"N of dummydataN is number and not limited"} auto_increment_key id </source> ## TODO * patches welcome! ## Copyright * Copyright * Copyright (c) 2013- TAGOMORI Satoshi (tagomoris) * License * Apache License, Version 2.0
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-dummydata-producer-0.0.3 | README.md |
fluent-plugin-dummydata-producer-0.0.2 | README.md |