add multi-pipelines configmap for logstash
This commit is contained in:
8
kubernetes/infrastructure/logstash/pipelines/misc.conf
Normal file
8
kubernetes/infrastructure/logstash/pipelines/misc.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
input {
|
||||
file {
|
||||
path => "/tmp/misc"
|
||||
}
|
||||
}
|
||||
output {
|
||||
stdout { }
|
||||
}
|
||||
8
kubernetes/infrastructure/logstash/pipelines/omada.conf
Normal file
8
kubernetes/infrastructure/logstash/pipelines/omada.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
input {
|
||||
file {
|
||||
path => "/tmp/omada"
|
||||
}
|
||||
}
|
||||
output {
|
||||
stdout { }
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
- pipeline.id: omada
|
||||
path.config: "/opt/bitnami/logstash/config/omada.conf"
|
||||
- pipeline.id: misc
|
||||
path.config: "/opt/bitnami/logstash/config/misc.conf"
|
||||
Reference in New Issue
Block a user