python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Failed Index rollover : Index management policy in AWS Opensearch
I have an index management policy defined in my AWS Opensearch cluster to rollover indices when the index size >= 10GB. Below is the policy:
{
"policy_id": "example_policy",...
Coder
Votes: 0
Answers: 0
Elasticsearch ILM rollover - Start the index from 00001 for every new date
I have a ILM policy which rollover lets say after "max_docs": 15000. Meaning rollover the index once the docs.count reaches to 15000.
{
"policy": {
"phases": ...
I'm_Pratik
Votes: 0
Answers: 1