10000 GitHub - go2mobi/fluent-plugin-random: Fluentd custom plugin to generate random values
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

go2mobi/fluent-plugin-random

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluent-plugin-randomtag

Appends a random int to the start of a tag

How

You want to define :

  • Integer interval : integer (syntax is the Ruby range..syntax)

Examples

Example 0

<match *.test>
    type randomtag
    integer 15..100
</match>

Example of records :

logInput
{
    'foo' => "bar"
}

... can output :

1.logInput
{
    'foo' => "bar"
}

About

Fluentd custom plugin to generate random values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0