I have a data stream that I am writing to and which has reached its rollover point -- current actions says rollover but there is no 000002 index. Time given for the rollover is 8 hours ago:
definition:
{
"policy": "dns_logs",
"phase_definition": {
"min_age": "0ms",
"actions": {
"rollover": {
"max_size": "5gb",
"max_age": "1d"
},
"set_priority": {
"priority": 50
}
}
},
"version": 6,
"modified_date_in_millis": 1608545491994
}
||.ds-dns_ds-000001|green|open|2|1|71706171|9.2gb|[dns_ds]
the datastream is still still being written to but the document count on 000001 is not increasing and client is not giving any errors.
Any suggestions as to what is going on.