@Badger and @RainTown Thanks for the help.
We have ISM policy write to index is permitted for only 2 days. hence the [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];"}}
File rotation happens everyday
C:/Program Files (x86)/Server/logs/localhost_access_log.log
C:/Program Files (x86)/Server/logs/localhost_access_log.2025-03-16
C:/Program Files (x86)/Server/logs/localhost_access_log.2025-03-15
C:/Program Files (x86)/Server/logs/localhost_access_log.2025-03-14
The content it is trying to read is from file C:/Program Files (x86)/Server/logs/localhost_access_log.2025-03-14
[14/Mar/2025:11:26:10 +0000] 0:0:0:0:0:0:0:1 GET /remote/core.list-plugins HTTP/1.1 7354 200 [http-nio-8080-exec-1] [F2FC4D635FAE927072C1A24B03BD5F55.route1] admin 109ms
The question and I m not able to understand is why did logstash pick this event on march 16th
{
"persistent": {
"cluster": {
"ignore_dot_indexes": "true",
"routing": {
"allocation": {
"disk": {
"watermark": {
"low": "24.561262130737305gb",
"flood_stage": "9.824504852294922gb",
"high": "21.613910675048828gb"
}
}
}
},
"metadata": {
"perf_analyzer": {
"state": "0"
}
}
},
"search": {
"max_buckets": "10000",
"query": {}
},
"plugins": {
"index_state_management": {
"template_migration": {
"control": "-1"
}
},
"query": {
"executionengine": {}
}
},
"search_backpressure": {
"node_duress": {
"heap_threshold": "0.85"
}
},
"cluster_manager": {
"throttling": {
"thresholds": {
"remove-index-template-v2": {
"value": "50"
},
"delete-pipeline": {
"value": "200"
},
"restore-snapshot": {
"value": "50"
},
"delete-repository": {
"value": "50"
},
"create-data-stream": {
"value": "50"
},
"put-script": {
"value": "200"
},
"create-snapshot": {
"value": "50"
},
"update-task-state": {
"value": "200"
},
"index-aliases": {
"value": "200"
},
"delete-index": {
"value": "50"
},
"update-snapshot-state": {
"value": "5000"
},
"rollover-index": {
"value": "200"
},
"create-index": {
"value": "50"
},
"update-settings": {
"value": "50"
},
"delete-snapshot": {
"value": "50"
},
"remove-data-stream": {
"value": "50"
},
"delete-script": {
"value": "200"
},
"remove-persistent-task": {
"value": "200"
},
"auto-create": {
"value": "200"
},
"cluster-reroute-api": {
"value": "50"
},
"delete-dangling-index": {
"value": "50"
},
"cluster-update-settings": {
"value": "50"
},
"create-index-template": {
"value": "50"
},
"create-index-template-v2": {
"value": "50"
},
"put-repository": {
"value": "50"
},
"put-mapping": {
"value": "10000"
},
"create-persistent-task": {
"value": "200"
},
"finish-persistent-task": {
"value": "200"
},
"create-component-template": {
"value": "50"
},
"remove-component-template": {
"value": "50"
},
"put-pipeline": {
"value": "200"
},
"remove-index-template": {
"value": "50"
}
}
}
}
},
"transient": {
"cluster": {
"routing": {
"allocation": {
"disk": {
"watermark": {
"low": "24.561262130737305gb",
"flood_stage": "9.824504852294922gb",
"high": "21.613910675048828gb"
}
}
}
}
},
"search_backpressure": {
"node_duress": {
"heap_threshold": "0.85"
}
}
}
}
I have checked logstash-plain.log no errors on march 14 and march 15th.