Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/site/antora/modules/ROOT/pages/manual/filters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,7 @@ Timestamp filters use the timestamp of log events to decide whether to accept th
[#BurstFilter]
==== `BurstFilter`

The `BurstFilter` limits the rate of log events.
The rate limit is only applied to log events less severe than a configured log level.
The BurstFilter limits the rate of log events at or below a configured severity level.

Besides the <<common-configuration-attributes,common configuration attributes>>,
the `BurstFilter` supports the following parameters:
Expand All @@ -399,8 +398,8 @@ the `BurstFilter` supports the following parameters:
| level
| link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[`Level`]
| link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html#WARN[`WARN`]
| The rate limit only applies to log events less severe than this level.
Events at least as severe as this level will always match.
| The rate limit is only applied up until and including this level. Events more severe than this level
will always match.

| rate
| `float`
Expand Down