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

Commit 3e783b5

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

logstash/test/test-openlog-events.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"expected": [
109109
{
110110
"@timestamp": "2020-07-13T20:07:27.467Z",
111-
"correlationId": "OMG-UNKNOWN-API",
111+
"correlationId": "OMG-UNKNOWN-API-Error",
112112
"logtype": "openlog",
113113
"processInfo": {
114114
"hostname": "ip-172-31-62-146.ec2.internal",
@@ -147,7 +147,7 @@
147147
"client": null,
148148
"appOrg": null,
149149
"app": null,
150-
"method": "getUserByName",
150+
"method": "check the logs",
151151
"status": "success",
152152
"duration": 2
153153
}
@@ -156,7 +156,7 @@
156156
},
157157
{
158158
"@timestamp": "2020-07-13T20:07:27.467Z",
159-
"correlationId": "OMG-UNKNOWN-API-Error",
159+
"correlationId": "OMG-UNKNOWN-API",
160160
"logtype": "openlog",
161161
"processInfo": {
162162
"hostname": "ip-172-31-62-146.ec2.internal",
@@ -167,6 +167,9 @@
167167
"serviceName": "instance-3",
168168
"version": "7.7.20200530"
169169
},
170+
"tags": [
171+
"_httprequestfailure"
172+
],
170173
"transactionSummary": {
171174
"path": "/this/api/is/unknown",
172175
"protocol": "https",
@@ -206,9 +209,6 @@
206209
"serviceName": "instance-1",
207210
"version": "7.7.20200530"
208211
},
209-
"tags": [
210-
"_httprequestfailure"
211-
],
212212
"transactionSummary": {
213213
"path": "/healthcheck",
214214
"protocol": "http",

0 commit comments

Comments
 (0)