MVN

com.axibase : aggregation-log-filter

Maven & Gradle

Dec 27, 2021
4 usages
3 stars

Aggregation Log Filter · 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.

<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>aggregation-log-filter</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axibase : aggregation-log-filter to add to Maven - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of com.axibase : aggregation-log-filter to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
aggregation-log-filter-3.2.1
aggregation-log-filter-3.2.0
3.1.x
aggregation-log-filter-3.1.0
3.0.x
aggregation-log-filter-3.0.0
2.0.x
aggregation-log-filter-2.0.6
aggregation-log-filter-2.0.5
aggregation-log-filter-2.0.4
aggregation-log-filter-2.0.3
aggregation-log-filter-2.0.2
aggregation-log-filter-2.0.1
aggregation-log-filter-2.0.0
1.2.x
aggregation-log-filter-1.2.0
1.1.x
aggregation-log-filter-1.1.6
aggregation-log-filter-1.1.5
aggregation-log-filter-1.1.4
aggregation-log-filter-1.1.3
aggregation-log-filter-1.1.2
aggregation-log-filter-1.1.1
aggregation-log-filter-1.1.0
1.0.x
aggregation-log-filter-1.0.9
aggregation-log-filter-1.0.8
aggregation-log-filter-1.0.7
aggregation-log-filter-1.0.6
aggregation-log-filter-1.0.5
aggregation-log-filter-1.0.4
aggregation-log-filter-1.0.3
0.4.x
aggregation-log-filter-0.4.13
aggregation-log-filter-0.4.12
aggregation-log-filter-0.4.11
aggregation-log-filter-0.4.10
aggregation-log-filter-0.4.9
aggregation-log-filter-0.4.8
aggregation-log-filter-0.4.7
aggregation-log-filter-0.4.6
aggregation-log-filter-0.4.5
aggregation-log-filter-0.4.3
0.3.x
aggregation-log-filter-0.3.2
aggregation-log-filter-0.3.1
0.2.x
aggregation-log-filter-0.2.1
0.1.x
aggregation-log-filter-0.1.5
aggregation-log-filter-0.1.4
aggregation-log-filter-0.1.3
aggregation-log-filter-0.1.2
aggregation-log-filter-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.axibase</groupId>
    <artifactId>aggregation-log-filter</artifactId>
    <version>3.2.1</version>
</dependency>

Advertisement