9 lines
94 B
Plaintext

input {
stdin { }
}
output {
elasticsearch {
hosts => ["elasticsearch:9200"]
}
}