Files
home-cluster-ops/kubernetes/infrastructure/logstash/pipelines/omada.conf

8 lines
71 B
Plaintext

input {
file {
path => "/tmp/omada"
}
}
output {
stdout { }
}