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

Commit 09f8fb0

Browse files
author
Chris Wiechmann
committed
Update test-openlog-events.json
1 parent cd85283 commit 09f8fb0

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

logstash/test/test-openlog-events.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,23 @@
119119
"serviceName": "instance-3",
120120
"version": "7.7.20200530"
121121
},
122+
"tags": [
123+
"_httprequestfailure"
124+
],
125+
"transactionElements" : {
126+
"leg0" : {
127+
"protocolInfo" : {
128+
"http" : {
129+
"authSubjectId" : "ID: OMG-UNKNOWN-API",
130+
"method": "LOGSTASH",
131+
"status": "900",
132+
"statusText" : "ERROR",
133+
"uri": "/this/api/is/unknown",
134+
"vhost": "Logstash Error"
135+
}
136+
}
137+
}
138+
},
122139
"transactionSummary": {
123140
"path": "/this/api/is/unknown",
124141
"protocol": "https",
@@ -134,7 +151,8 @@
134151
"status": "success",
135152
"duration": 2
136153
}
137-
}
154+
},
155+
"type": "errorEvent"
138156
},
139157
{
140158
"@timestamp": "2020-07-13T20:07:27.467Z",
@@ -149,17 +167,6 @@
149167
"serviceName": "instance-3",
150168
"version": "7.7.20200530"
151169
},
152-
"transactionElements" : {
153-
"leg0" : {
154-
"protocolInfo" : {
155-
"http" : {
156-
"statusText" : "ERROR",
157-
"status" : "XXX",
158-
"authSubjectId" : "ID: OMG-UNKNOWN-API"
159-
}
160-
}
161-
}
162-
},
163170
"transactionSummary": {
164171
"path": "/this/api/is/unknown",
165172
"protocol": "https",
@@ -199,6 +206,9 @@
199206
"serviceName": "instance-1",
200207
"version": "7.7.20200530"
201208
},
209+
"tags": [
210+
"_httprequestfailure"
211+
],
202212
"transactionSummary": {
203213
"path": "/healthcheck",
204214
"protocol": "http",

0 commit comments

Comments
 (0)