Splunk Integration
Good to Know
Export Setup
Sample Event Payload
Field Mapping
GPT Driver Field
Splunk Field
Verifying Ingestion
Last updated
Last updated
{
"time": 1716538203,
"host": "gptdriver",
"sourcetype": "gptdriver:test",
"event": {
"suiteId": "99a7a26d1c914f77916f35ca76291d82",
"total": 12,
"passed": 10,
"failed": 1,
"blocked": 1,
"durationMs": 278543,
"tags": ["smoke", "android"],
"meta": {
"branch": "develop",
"gitSha": "8c0c5e3"
},
"tests": [
{
"id": "te_B4",
"title": "Login with invalid password",
"status": "failed",
"duration": 85,
"recording": "...",
"reason": "error toast not shown"
}
]
}
}
splCopyEditindex=mobile_tests sourcetype=gptdriver:test suiteId=...
| timechart count by statussplCopyEditindex=mobile_tests status=failed | table suiteId, test.id, test.title, reasonsplCopyEditindex=mobile_tests meta.branch=develop tags=smoke