logstash/data/intake-filebeat.conf
2025-02-18 16:02:34 +03:00

14 lines
186 B
Plaintext

# intake.conf
input {
beats { port => 5044 }
}
output {
if "mtqa_ocs" in [tags] or "mtqa_aaa" in [tags] {
pipeline { send_to => ["mtqa_mobility_logs"] }
}
}