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

Commit 72c84ae

Browse files
author
Chris Wiechmann
committed
Logstash Test fixed
1 parent 76578b8 commit 72c84ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logstash/pipeline/pipeline.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ filter {
2626
mutate { add_field => { "[type]" => "scheduledPolicy" } }
2727
mutate { add_field => { "[transactionElements][leg0][serviceName]" => "Scheduled policy" } }
2828
mutate { add_field => { "[transactionElements][leg0][operation]" => "N/A" } }
29-
mutate { add_field => { "[transactionElements][leg0][duration]" => -1 } }
29+
mutate { add_field => { "[transactionElements][leg0][duration]" => "-1" } }
3030
mutate { add_field => { "[transactionElements][leg0][finalStatus]" => "Pass" } }
3131
mutate { add_field => { "[transactionElements][leg0][protocolInfo][http][uri]" => "N/A" } }
3232
mutate { add_field => { "[transactionElements][leg0][protocolInfo][http][status]" => "901" } }

logstash/test/test-openlog-events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"serviceName": "Scheduled policy",
339339
"operation": "N/A",
340340
"finalStatus": "Pass",
341-
"duration": -1,
341+
"duration": "-1",
342342
"protocolInfo": {
343343
"http": {
344344
"uri": "N/A",

0 commit comments

Comments
 (0)