Skip to content

Commit

Permalink
regenrated test manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Goswami committed Sep 27, 2018
1 parent 86dea4c commit 874a4de
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,15 @@
filter-15-throttle-logs: |
filter {
throttle {
before_count => "${THROTTLE_SAME_MESSAGE_BEFORE_COUNT}"
after_count => "${THROTTLE_SAME_MESSAGE_AFTER_COUNT}"
period => "${THROTTLE_SAME_MESSAGE_PERIOD}"
max_age => "${THROTTLE_SAME_MESSAGE_MAX_AGE}"
key => "%{[@cf][app_id]}%{[@message]}"
add_tag => ["throttled", "throttled_same_message"]
if [@generator] == "APP" {
throttle {
before_count => "${THROTTLE_SAME_MESSAGE_BEFORE_COUNT}"
after_count => "${THROTTLE_SAME_MESSAGE_AFTER_COUNT}"
period => "${THROTTLE_SAME_MESSAGE_PERIOD}"
max_age => "${THROTTLE_SAME_MESSAGE_MAX_AGE}"
key => "%{[@cf][app_id]}%{[@message]}"
add_tag => ["throttled", "throttled_same_message"]
}
}
throttle {
Expand Down

0 comments on commit 874a4de

Please sign in to comment.