Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-Guo committed Oct 7, 2023
1 parent 7f4ca31 commit e7a5b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/fluentd/input/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ The in_sample input plugin generates sample events. It is useful for testing, de
| 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 |
| autoIncrementKey | 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 |

0 comments on commit e7a5b72

Please sign in to comment.