Commit 5aad62d9 authored by testserver's avatar testserver

update logstash config

parent aabd0eba
......@@ -15,10 +15,20 @@ filter {
if "stat.log" in [log][file][path] {
drop {}
}
if "chain" in [log][file][path] {
if "error" in[log][file][path] {
}else if "chain" in [log][file][path] {
drop {}
}else if "Chain" in [log][file][path] {
drop {}
}else if "convert" in [log][file][path]{
if "person" in [env]{
drop{}
}else if "demo" in [env] {
drop{}
}
}
if "convert" in [log][file][path] {
if "backend-env-v1" in [log][file][path] {
drop {}
}
mutate {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment