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

Commit 47f8c0c

Browse files
author
Chris Wiechmann
committed
Update test-openlog-events.json
1 parent 3a9ceda commit 47f8c0c

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

logstash/test/test-openlog-events.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,48 @@
135135
"duration": 2
136136
}
137137
}
138+
},
139+
{
140+
"@timestamp": "2020-07-13T20:07:27.467Z",
141+
"correlationId": "OMG-UNKNOWN-API",
142+
"logtype": "openlog",
143+
"processInfo": {
144+
"hostname": "ip-172-31-62-146.ec2.internal",
145+
"domainId": "e1ff3aab-3b11-4820-a1be-3763da2beda4",
146+
"groupId": "group-2",
147+
"groupName": "group-a",
148+
"serviceId": "instance-3",
149+
"serviceName": "instance-3",
150+
"version": "7.7.20200530"
151+
},
152+
"transactionElements" : {
153+
"leg0" : {
154+
"protocolInfo" : {
155+
"http" : {
156+
"statusText" : "ERROR",
157+
"status" : "XXX",
158+
"authSubjectId" : "ID: OMG-UNKNOWN-API"
159+
}
160+
}
161+
}
162+
},
163+
"transactionSummary": {
164+
"path": "/this/api/is/unknown",
165+
"protocol": "https",
166+
"protocolSrc": "8065",
167+
"status": "success",
168+
"serviceContext": {
169+
"service": "A unknown API",
170+
"monitor": true,
171+
"client": null,
172+
"appOrg": null,
173+
"app": null,
174+
"method": "getUserByName",
175+
"status": "success",
176+
"duration": 2,
177+
"vhost" : "Logstash Error"
178+
}
179+
}
138180
}
139181
]
140182
},

0 commit comments

Comments
 (0)