Hi
I'm getting below warning in elasticsearch log
[.kibana_task_manager_1] not opting out of the query cache; authorization is not allowed
I ran these queries
POST /.kibana_task_manager/_close
PUT /.kibana_task_manager/_settings
{
"settings": {
"index.queries.cache.enabled": false
}
}
These logs are stopped.
what is the impact of these queries ?? WIll it have performance issues?
I need to impact of the same for .kibana_1 index also
I saw similar issues in few topics. But I dont find any answers. Can someone please help??
Regards
Ram