Skip to content

Commit 1cfcda9

Browse files
mlangcvy
andauthored
Add documentation for third-party filters and routing filter specifically (#3982)
Co-authored-by: Volkan Yazıcı <volkan@yazi.ci>
1 parent e2234cf commit 1cfcda9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/site/antora/modules/ROOT/pages/manual/filters.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,20 @@ include::example$manual/filters/ScriptFilter.properties[tag=global]
14521452
14531453
xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-core_org-apache-logging-log4j-core-filter-ScriptFilter[📖 Plugin reference for `ScriptFilter`]
14541454
1455+
[#third-party]
1456+
== Third-party filters
1457+
1458+
[WARNING]
1459+
====
1460+
These filters are provided by **third-party** vendors and are not maintained by the link:{logging-services-url}[Apache Logging Services] project.
1461+
====
1462+
1463+
[#more-log4j2-RoutingFilter]
1464+
=== Routing filter (`more-log4j2`)
1465+
1466+
`RoutingFilter` by https://github.com/mlangc/more-log4j2[more-log4j2] helps to compose filters by defining routes selected using log event attributes.
1467+
For instance, it can be used to implement log throttling based on log event markers or levels.
1468+
14551469
[#extending]
14561470
== Extending
14571471

0 commit comments

Comments
 (0)