Dummy

The dummy input plugin, generates dummy events. It is useful for testing, debugging, benchmarking and getting started with Fluent Bit.

Configuration Parameters

The plugin supports the following configuration parameters:

Getting Started

You can run the plugin from the command line or through the configuration file:

Key Description
Dummy Dummy JSON record. Default: {"message":"dummy"}
Rate Events number generated per second. Default: 1

Command Line

  1. $ fluent-bit -i dummy -o stdout
  2. Fluent-Bit v0.12.0
  3. Copyright (C) Treasure Data
  4. [2017/07/06 21:55:29] [ info] [engine] started
  5. [0] dummy.0: [1499345730.015265366, {"message"=>"dummy"}]
  6. [1] dummy.0: [1499345731.002371371, {"message"=>"dummy"}]
  7. [2] dummy.0: [1499345732.000267932, {"message"=>"dummy"}]
  8. [3] dummy.0: [1499345733.000757746, {"message"=>"dummy"}]

Configuration File

In your main configuration file append the following Input & Output sections:

  1. [INPUT]
  2. Name dummy
  3. Tag dummy.log
  4. [OUTPUT]
  5. Name stdout
  6. Match *