a

aggregation-log-filter-log4j2

The filter plugs into the logging pipeline and measures number of log events at each trace level. These counters can be used to monitor error levels for the entire application and for individual loggers. The filter can be also configured to send a subset of log events into a backend storage system such as Axibase Time-Series Database to facilitate root-cause analysis.
https://github.com/axibase/aggregation-log-filter/aggregation-log-filter-log4j2
Apache License, Version 2.0
Development
Files download
File Operation
aggregation-log-filter-log4j2-3.2.1.jar download
aggregation-log-filter-log4j2-3.2.1.pom download
aggregation-log-filter-log4j2-3.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.axibase</groupId>
  <artifactId>aggregation-log-filter-log4j2</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.axibase:aggregation-log-filter-log4j2:3.2.1'
Gradle Kotlin
implementation("com.axibase:aggregation-log-filter-log4j2:3.2.1")
Scala SBT
libraryDependencies += "com.axibase" % "aggregation-log-filter-log4j2" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.axibase', module='aggregation-log-filter-log4j2', version='3.2.1')
)
Apache Ivy
<dependency org="com.axibase" name="aggregation-log-filter-log4j2" rev="3.2.1" />
Leiningen
[com.axibase/aggregation-log-filter-log4j2 "3.2.1"]
Apache Buildr
'com.axibase:aggregation-log-filter-log4j2:jar:3.2.1'