Skip to content

Commit

Permalink
Ues longer scrape_interval (15 mintues)
Browse files Browse the repository at this point in the history
This basically makes fluent-plugin-sigdump to produce 96 files
per day, instead of 1440 files.

Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
  • Loading branch information
fujimotos committed Feb 21, 2022
1 parent b3403f2 commit c71bba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_sigdump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SigdumpInput< Fluent::Plugin::Input
desc "Tag of the output events"
config_param :tag, :string, default: "sigdump"
desc "The interval time between data collection"
config_param :scrape_interval, :time, default: 60
config_param :scrape_interval, :time, default: 900
desc "The output directory path"
config_param :dir_path, :string, default: "/tmp"

Expand Down

0 comments on commit c71bba9

Please sign in to comment.