Fix PO expr whitelist (#2471)
This commit is contained in:
parent
b2212f4225
commit
64deeab1ec
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ func (n *Node) process(p *types.Event, ctx UnixParserCtx, expressionEnv map[stri
|
||||||
}
|
}
|
||||||
if out {
|
if out {
|
||||||
clog.Debugf("Event is whitelisted by expr, reason [%s]", n.Whitelist.Reason)
|
clog.Debugf("Event is whitelisted by expr, reason [%s]", n.Whitelist.Reason)
|
||||||
p.Whitelisted = true
|
|
||||||
isWhitelisted = true
|
isWhitelisted = true
|
||||||
}
|
}
|
||||||
hasWhitelist = true
|
hasWhitelist = true
|
||||||
|
|
Loading…
Reference in a new issue