This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.x-site-pro in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 4556347981bf4e1a2e6e816ef2201e27c6d20ecc Author: Matthias Langer <[email protected]> AuthorDate: Fri Nov 7 15:41:42 2025 +0100 Add documentation for third-party filters and routing filter specifically (#3982) Co-authored-by: Volkan Yazıcı <[email protected]> --- src/site/antora/modules/ROOT/pages/manual/filters.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/site/antora/modules/ROOT/pages/manual/filters.adoc b/src/site/antora/modules/ROOT/pages/manual/filters.adoc index 2bee5bbd90..be716654ae 100644 --- a/src/site/antora/modules/ROOT/pages/manual/filters.adoc +++ b/src/site/antora/modules/ROOT/pages/manual/filters.adoc @@ -1452,6 +1452,20 @@ include::example$manual/filters/ScriptFilter.properties[tag=global] xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-core_org-apache-logging-log4j-core-filter-ScriptFilter[📖 Plugin reference for `ScriptFilter`] +[#third-party] +== Third-party filters + +[WARNING] +==== +These filters are provided by **third-party** vendors and are not maintained by the link:{logging-services-url}[Apache Logging Services] project. +==== + +[#more-log4j2-RoutingFilter] +=== Routing filter (`more-log4j2`) + +`RoutingFilter` by https://github.com/mlangc/more-log4j2[more-log4j2] helps to compose filters by defining routes selected using log event attributes. +For instance, it can be used to implement log throttling based on log event markers or levels. + [#extending] == Extending
