Skip to content

Commit

Permalink
Merge pull request #122 from cloud-gov/cloudwatch-upgrades
Browse files Browse the repository at this point in the history
setting an interval of 1 instead of 60
  • Loading branch information
JasonTheMain authored Dec 3, 2024
2 parents 45dcf31 + c17b2e0 commit 7697f61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ input
cloudwatch_logs
{
log_group_prefix => true
interval => 1
<% if_p("logstash_ingestor.cloudwatch.prefix") do |prefix_list| %>
log_group => "<%= prefix_list %>"
<% end %>
Expand Down

0 comments on commit 7697f61

Please sign in to comment.