The Okta filebeat module doesn't appear to be executing the ingest pipeline as expected and returns events in the structure below.
{
"@timestamp": "",
"@metadata": {
"beat": "filebeat",
"type": "_doc",
"version": "7.14.0",
"pipeline": "filebeat-7.14.0-okta-system-pipeline"
},
"json": {},
"agent": {
"type": "filebeat",
"version": "7.14.0",
"hostname": "",
"ephemeral_id": "",
"id": "",
"name": ""
},
"event": {
"dataset": "okta.system",
"original": "",
"created": "",
"module": "okta"
},
"ecs": {
"version": "1.10.0"
},
"tags": [
"forwarded"
],
"input": {
"type": "httpjson"
},
"fileset": {
"name": "system"
},
"service": {
"type": "okta"
}
}