mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-06 04:53:36 +01:00
12 lines
92 B
Plaintext
12 lines
92 B
Plaintext
input {
|
|
tcp {
|
|
port => 5000
|
|
}
|
|
}
|
|
|
|
## Add your filters here
|
|
|
|
output {
|
|
elasticsearch { }
|
|
}
|