How to modify analyzed fields

Hello,
I have few analyzed field in ES.

Example: Application:"spm-resource" type:"spm-error".

When I create pie-chart using visualizations, it can not split those correctly.

Can I modify those analyzed fields now for existing data in ES? How to do that?

br,
Sunil

You can't modify existing mappings. Adjust your index template so that the next time an index is created it'll be correctly mapped and reindex your old data if needed. This is a frequently asked question so you should be able to find details about these operations in the archives.