I have an index called log-wlb-sysmon-2021.03.20-00002 and i am using ILM Policy for this index
{
"winlogbeat_sysmon_policy" : {
"version" : 8,
"modified_date" : "2021-03-26T05:06:42.599Z",
"policy" : {
"phases" : {
"hot" : {
"min_age" : "0ms",
"actions" : {
"rollover" : {
"max_size" : "50gb",
"max_age" : "30d"
},
"set_priority" : {
"priority" : 100
}
}
},
"delete" : {
"min_age" : "60d",
"actions" : {
"delete" : {
"delete_searchable_snapshot" : true
}
}
}
}
}
}
}
Now the index size is 58gb why it is not rollovering
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open log-wlb-sysmon-2021.03.23-000002 EgDbcn3pSNWrR5noH3zvPQ 1 1 46159377 29088 59.1gb 29.4gb
Elasticsearch shard size should be 10 to 50gb according to this i have a confusion are they talking about primary shard or replica shard because in my case the actual index size is 29.4gb(primary shard) and total index with replication is 59.1gb