tions.willow-deployer.2.0.2.source-code.willow-logstash.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-deployer Show documentation
Show all versions of willow-deployer Show documentation
Willow elastic cloud application deployer
The newest version!
input {
@logstash.input@
}
filter {
@logstash.filter@
}
output {
websocket {
flush_interval => 2000
uri => "@deployer.statistics.uri@"
}
}