Does updating Elasticsearch indices requires updating Kibana index pattern? Does updating Elasticsearch indices requires updating Kibana index pattern? elasticsearch elasticsearch

Does updating Elasticsearch indices requires updating Kibana index pattern?


  1. Yes, if you change the index mapping in ES, then you need to go in Kibana and refresh the related index patterns.

  2. Right now, you need to go inside Kibana (Management > Index patterns), select the index pattern, and press the "Refresh" button at the top right of the window in order to pick up the mapping changes.

Also note that if you updated some text fields in order to have a keyword sub-field, you'll also need to call the _update_by_query API on your index in order to reindex the changed field in all your documents