Skip to content

Commit

Permalink
fix document filename
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-Guo committed Sep 24, 2023
1 parent f2fba0c commit 7e2d930
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

The in_sample input plugin generates sample events. It is useful for testing, debugging, benchmarking and getting started with Fluentd.

This plugin is the renamed version of in_dummy.


| Field | Description | Scheme |
| ----- | ----------- | ------ |
| tag | The tag assigned to the generated events | *string |
| size | The number of events in the event stream of each emit | *int64 |
| rate | how many events to generate per second | *int64 |
| auto_increment_key | generated event will have an auto-incremented key field| *string |
| sample | The sample data to be generated. It should be either an array of JSON hashes or a single JSON hash. If it is an array of JSON hashes, the hashes in the array are cycled through in order | *string |

| tag | The tag of the event. The value is the tag assigned to the generated events. | *string |
| size | The number of events in the event stream of each emit. | *int64 |
| rate | It configures how many events to generate per second. | *int64 |
| auto_increment_key | If specified, each generated event has an auto-incremented key field. | *string |
| sample | The sample data to be generated. It should be either an array of JSON hashes or a single JSON hash. If it is an array of JSON hashes, the hashes in the array are cycled through in order. | *string |
2 changes: 1 addition & 1 deletion docs/plugins/fluentd/input/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Input defines all available input plugins and their parameters
| forward | in_forward plugin | *Forward |
| http | in_http plugin | *Http |
| tail | in_tail plugin | *Tail |
| sample| in_sample plugin | *Sample |
| sample | in_sample plugin | *Sample |

0 comments on commit 7e2d930

Please sign in to comment.