Questions tagged [index-management]
7 questions
2
votes
1 answer
Elasticsearch ILM terminologies and concepts
I have started reading elasticsearch life cycle management and trying to understand how ILM works. I understood some terminologies like below
Indices - The actual data stores in it as "index"
Index pattern - To select multiple indices
Index…

Veerendra K
- 2,145
- 7
- 32
- 61
2
votes
1 answer
Elasticsearch Opendistro ISM: What approach can be taken to apply the rollover alias and policy to new indices, automatically?
When ISM policies are used, the index policy settings need to be applied during index creation but those settings are lost once a new index is created from the rollover action applied by a certain stage/phase in the policy.
For instance, having…

ericson.cepeda
- 1,875
- 2
- 16
- 15
1
vote
1 answer
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": {
"hot": {
"actions": {
…

I'm_Pratik
- 541
- 8
- 22
1
vote
1 answer
AWS kibana/ES trying to create policy but getting "authorization exception"
I created an AWS ES cluster via terraform, VPC version.
It got me a kibana instance which I can access through a URL.
I access it via a proxy as it is in a VPC and thus not publicly accessible.
All good. But recently I ran out of disk. The infamous…

transient_loop
- 5,984
- 15
- 58
- 117
0
votes
1 answer
How to Customize Index name in ILM(index lifecycle management) of Elastic Search?
I am using ILM (Index Lifecycle Management) of Elastic to Index my live data(Email recieved).
The policy is created to rollover to new index on every 30 days.
The Index template is : WikiEmail-*.
So, Index is getting created every 30 days named as :…

siddhartha chakraborty
- 425
- 1
- 5
- 12
0
votes
1 answer
Opensearch Failed to set number of replicas due no permissions
I have the problem with running index managment policy for new indices. I get following error on "set number_of_replicas" step:
{
"cause": "no permissions for [indices:admin/settings/update] and associated roles [index_management_full_access,…

den_mko
- 1
- 2
0
votes
0 answers
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",
"description": "Example policy",
"last_updated_time":…

Coder
- 79
- 2
- 9