is not current version
Last Version 2.7.0.Final

io.thorntail:logstash 2.1.0.Final

Write log entries to Logstash for use in ELK stack

Categories

Categories

Logstash Application Layer Libs Logging
GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

logstash
Version

Version

2.1.0.Final
Type

Type

jar

Download logstash 2.1.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/logstash/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>logstash</artifactId>
    <version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/logstash/
implementation 'io.thorntail:logstash:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/logstash/
implementation ("io.thorntail:logstash:2.1.0.Final")
'io.thorntail:logstash:jar:2.1.0.Final'
<dependency org="io.thorntail" name="logstash" rev="2.1.0.Final">
  <artifact name="logstash" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='logstash', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail" % "logstash" % "2.1.0.Final"
[io.thorntail/logstash "2.1.0.Final"]