This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ filter {
236236 }
237237 remove_field => "[transactionSummary][status]"
238238 }
239- # Place all transactionSummary information directlly into the root
240- # The path is skipped, as it is duplicated with http.uri and not available for all kind of events
239+ # Place all transactionSummary information directlly into the root, as it makes no sense to have a
240+ # a transactionSummary object within the transactionSummary index.
241241 ruby {
242242 code => '
243243 event.remove("[transactionSummary][path]");
@@ -274,8 +274,8 @@ filter {
274274 # For managed APIs (API-Manager based) it's the same anyway
275275 if [transactionElements][leg0][serviceName] {
276276 mutate {
277- copy => { "[transactionElements][leg0][serviceName]" => "[transactionSummary][ serviceContext][service]" }
278- copy => { "[transactionElements][leg0][operation]" => "[transactionSummary][ serviceContext][method]" }
277+ copy => { "[transactionElements][leg0][serviceName]" => "[serviceContext][service]" }
278+ copy => { "[transactionElements][leg0][operation]" => "[serviceContext][method]" }
279279 }
280280 }
281281 mutate {
You can’t perform that action at this time.
0 commit comments