add multi-pipelines configmap for logstash

This commit is contained in:
2024-07-10 17:17:20 +10:00
parent 8600bf0319
commit 412da893a0
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
input {
file {
path => "/tmp/omada"
}
}
output {
stdout { }
}