This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 1cfcda9b4c Add documentation for third-party filters and routing
filter specifically (#3982)
1cfcda9b4c is described below
commit 1cfcda9b4ccd4e6a0b6b6c3839e68a96fd6b87ed
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