MVN

org.appenders.log4j : log4j2-elasticsearch5-bulkprocessor

Maven & Gradle

Nov 09, 2022
156 stars

Log4j2 Elasticsearch 5.x BulkProcessor · Log4j2 Appender plugin pushing logs in batches to Elasticsearch 5.x clusters

<dependency>
    <groupId>org.appenders.log4j</groupId>
    <artifactId>log4j2-elasticsearch5-bulkprocessor</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.appenders.log4j : log4j2-elasticsearch5-bulkprocessor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of org.appenders.log4j : log4j2-elasticsearch5-bulkprocessor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
log4j2-elasticsearch5-bulkprocessor-1.6.1
log4j2-elasticsearch5-bulkprocessor-1.6.0
1.5.x
log4j2-elasticsearch5-bulkprocessor-1.5.6
log4j2-elasticsearch5-bulkprocessor-1.5.5
log4j2-elasticsearch5-bulkprocessor-1.5.4
log4j2-elasticsearch5-bulkprocessor-1.5.3
log4j2-elasticsearch5-bulkprocessor-1.5.2
log4j2-elasticsearch5-bulkprocessor-1.5.1
log4j2-elasticsearch5-bulkprocessor-1.5.0
1.4.x
log4j2-elasticsearch5-bulkprocessor-1.4.6
log4j2-elasticsearch5-bulkprocessor-1.4.5
log4j2-elasticsearch5-bulkprocessor-1.4.4
log4j2-elasticsearch5-bulkprocessor-1.4.3
log4j2-elasticsearch5-bulkprocessor-1.4.2
log4j2-elasticsearch5-bulkprocessor-1.4.1
log4j2-elasticsearch5-bulkprocessor-1.4.0
1.3.x
log4j2-elasticsearch5-bulkprocessor-1.3.6
log4j2-elasticsearch5-bulkprocessor-1.3.5
log4j2-elasticsearch5-bulkprocessor-1.3.4
log4j2-elasticsearch5-bulkprocessor-1.3.3
log4j2-elasticsearch5-bulkprocessor-1.3.2
log4j2-elasticsearch5-bulkprocessor-1.3.1
log4j2-elasticsearch5-bulkprocessor-1.3.0
1.2.x
log4j2-elasticsearch5-bulkprocessor-1.2.0
1.1.x
log4j2-elasticsearch5-bulkprocessor-1.1.1
log4j2-elasticsearch5-bulkprocessor-1.1.0
1.0.x
log4j2-elasticsearch5-bulkprocessor-1.0.1
log4j2-elasticsearch5-bulkprocessor-1.0.0

How to add a dependency to Maven

Add the following org.appenders.log4j : log4j2-elasticsearch5-bulkprocessor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.appenders.log4j</groupId>
    <artifactId>log4j2-elasticsearch5-bulkprocessor</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.appenders.log4j : log4j2-elasticsearch5-bulkprocessor gradle dependency to your build.gradle file:

implementation 'org.appenders.log4j:log4j2-elasticsearch5-bulkprocessor:1.6.1'

Gradle Kotlin DSL: Add the following org.appenders.log4j : log4j2-elasticsearch5-bulkprocessor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.appenders.log4j:log4j2-elasticsearch5-bulkprocessor:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.appenders.log4j : log4j2-elasticsearch5-bulkprocessor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.appenders.log4j" % "log4j2-elasticsearch5-bulkprocessor" % "1.6.1"