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

Commit 429f6e3

Browse files
author
Chris Wiechmann
committed
Update OpenTrafficPipeline.conf
1 parent 9f2c0b7 commit 429f6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash/pipelines/OpenTrafficPipeline.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ filter {
141141
if([transactionSummary][serviceContext][service]) {
142142
mutate {
143143
add_field => { "[@metadata][apiName]" => "%{[transactionSummary][serviceContext][service]}" }
144-
add_field => { "[@metadata][cacheAPIPerName]" => "${CACHE_API_PER_NAME:""}" }
144+
add_field => { "[@metadata][cacheAPIPerName]" => "${CACHE_API_PER_NAME:''}" }
145145
}
146146
} else {
147147
# Without an API name, only API path is used for the API lookup.

0 commit comments

Comments
 (0)