Hi Team,
Previously we used elasticcloud 7.17 , where we configured the observability in the different es cluster (7.17), When the slow logs are triggered the following events are captured in the slowllog.
"event": {
"duration": 5000000,
"ingested": "2023-03-31T10:03:19.695789547Z",
"created": "2023-03-31T10:03:14.491Z",
"kind": "event",
"module": "elasticsearch",
"category": "database",
"type": "info",
"dataset": "elasticsearch.slowlog"
}
After upgrading both data and observability to 8.6 the "event.duration" is missing in the new version, We used this to create the Rules for the threshold. Now it's missing in 8.6
Any one aware on this.
"event": {
"ingested": "2023-03-31T08:50:16.295839879Z",
"created": "2023-03-31T08:50:10.291Z",
"kind": "event",
"module": "elasticsearch",
"category": "database",
"type": "info",
"dataset": "elasticsearch.slowlog"
}