File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ The plugin supports the following configuration parameters:
9
9
| Key | Description |
10
10
| :--- | :--- |
11
11
| Dummy | Dummy JSON record. Default: ` {"message":"dummy"} ` |
12
+ | Metadata | Dummy JSON metadata. Default: ` {} ` |
12
13
| Start\_ time\_ sec | Dummy base timestamp in seconds. Default: 0 |
13
14
| Start\_ time\_ nsec | Dummy base timestamp in nanoseconds. Default: 0 |
14
15
| Rate | Rate at which messages are generated expressed in how many times per second. Default: 1 |
@@ -23,17 +24,13 @@ You can run the plugin from the command line or through the configuration file:
23
24
24
25
``` bash
25
26
$ fluent-bit -i dummy -o stdout
26
- Fluent Bit v1.x.x
27
- * Copyright (C) 2019-2020 The Fluent Bit Authors
28
- * Copyright (C) 2015-2018 Treasure Data
27
+ Fluent Bit v2.x.x
28
+ * Copyright (C) 2015-2022 The Fluent Bit Authors
29
29
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
30
30
* https://fluentbit.io
31
31
32
- [2017/07/06 21:55:29] [ info] [engine] started
33
- [0] dummy.0: [1499345730.015265366, {" message" => " dummy" }]
34
- [1] dummy.0: [1499345731.002371371, {" message" => " dummy" }]
35
- [2] dummy.0: [1499345732.000267932, {" message" => " dummy" }]
36
- [3] dummy.0: [1499345733.000757746, {" message" => " dummy" }]
32
+ [0] dummy.0: [[1686451466.659962491, {}], {" message" => " dummy" }]
33
+ [0] dummy.0: [[1686451467.659679509, {}], {" message" => " dummy" }]
37
34
```
38
35
39
36
### Configuration File
You can’t perform that action at this time.
0 commit comments