I have data sent by auditbeat version 8.15.5. They enter the datastream with the following settings:
{
".ds-logs-auditbeat-8.5.0-000001": {
"settings": {
"index": {
"replication": {
"type": "DOCUMENT"
},
"hidden": "true",
"number_of_shards": "1",
"provided_name": ".ds-logs-auditbeat-8.5.0-000001",
"creation_date": "1771409911411",
"number_of_replicas": "0",
"uuid": "z8hoJ9fDRCqErxkJc9BKHA",
"version": {
"created": "137267827"
}
}
}
}
}
{
"data_streams": [
{
"name": "logs-auditbeat-8.5.0",
"timestamp_field": {
"name": "@timestamp"
},
"indices": [
{
"index_name": ".ds-logs-auditbeat-8.5.0-000001",
"index_uuid": "z8hoJ9fDRCqErxkJc9BKHA"
}
],
"generation": 1,
"status": "GREEN",
"template": "logs-auditbeat-8.5.0"
}
]
}