Hi All,
Is there a way I could refresh indices (field list) by not relying on doing it manually through Kibana?
Can a curl command be used instead? I have ELK 7.6.2 stack.
Thanks
Hi All,
Is there a way I could refresh indices (field list) by not relying on doing it manually through Kibana?
Can a curl command be used instead? I have ELK 7.6.2 stack.
Thanks
It looks like this is what you want - Update index pattern API | Kibana Guide [7.13] | Elastic
POST api/saved_objects/index-pattern/my-pattern
{
"refresh_fields": true
}
I'm not aware of this specific privilege, but note that in 7.11 the field cache was removed and the refresh is no longer necessary:
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.