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

Commit cd85283

Browse files
author
Chris Wiechmann
committed
Update pipeline.conf
1 parent 8760332 commit cd85283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash/pipeline/pipeline.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ filter {
9090
mutate { replace => { "[transactionElements][leg0][protocolInfo][http][authSubjectId]" => "ID: %{[correlationId]}" } }
9191
mutate { replace => { "[transactionSummary][serviceContext][method]" => "check the logs" } }
9292
# Make sure, the Correlation-ID is unique to avoid an update of the original document
93-
mutate { replace => { "[correlationId]" => "%{[correlationId]-Error" } }
93+
mutate { replace => { "[correlationId]" => "%{[correlationId]}-Error" } }
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)