14 lines
186 B
Plaintext
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"] }
|
|
}
|
|
}
|
|
|