Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 7169534

Browse files
author
Chris Wiechmann
committed
Update OpenTrafficPipeline.conf
1 parent efec013 commit 7169534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

logstash/pipelines/OpenTrafficPipeline.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ filter {
3131
mutate { replace => { "[@metadata][ignoreField][apiPath]" => "%{[transactionElement][protocolInfo][http][uri]}" } }
3232
} else if ([circuitPath]) {
3333
mutate { replace => { "[@metadata][ignoreField][policyName]" => "%{[circuitPath][0][policy]}" } }
34+
} else { # For everything else (e.g. JMS-Legs) perform no lookup (Set the default to not ignore)
35+
mutate { add_field => { "[isIgnoreAPI][ignore]" => "false" } }
3436
}
3537
# Create a cache key for the Policy
3638
mutate {

0 commit comments

Comments
 (0)