Visualize not_analyzed sub field

Hello.
I am trying to change analyzed field to not_analyzed. However I read that I can't change mapping of existing field. So I followed this stack answer http://stackoverflow.com/questions/36445141/elasticsearch-change-field-from-not-analyzed-to-analyzed
I created new sub field and reindex it with _reindex API. My question is, how to now perform Kibana visualization query to use not_analyzed sub field rather than analyzed. My original plan was not to lose all indexed data so I find this solution. Thank you for your answers.

Does the field show up when you go to create a new viz?

Hello. I already re-created new index with proper mappings and now I am not using sub-field. Anyway thanks for reply.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.