29 lines
784 B
Plaintext
29 lines
784 B
Plaintext
# intake.conf
|
|
|
|
input {
|
|
beats { port => 5044 }
|
|
}
|
|
|
|
|
|
output {
|
|
if "ocs" in [tags] or "diameter" in [tags] or "aaa" in [tags] or "hss" in [tags] or "meveo" in [tags] or "meveo" in [tags] or "dra" in [tags] or "hlr" in [tags] {
|
|
pipeline { send_to => ["Simfony_Mobility_Logs"] }
|
|
}
|
|
# if "qa_ocs" in [tags] or "qa_aaa" in [tags] {
|
|
# pipeline { send_to => ["qa_mobility_logs"] }
|
|
# }
|
|
# if "cdr" in [tags] or "cdr-prepay" in [tags] {
|
|
# pipeline { send_to => ["Simfony_CDR"] }
|
|
# }
|
|
# if "ipam-monitoring" in [tags] {
|
|
# pipeline { send_to => ["Simfony_IPAM_Monitoring"] }
|
|
# }
|
|
# if "tks_bbs" in [tags] {
|
|
# pipeline { send_to => ["TKS_BBS"] }
|
|
# }
|
|
# if "notification" in [tags] {
|
|
# pipeline { send_to => ["testradius"] }
|
|
# }
|
|
}
|
|
|