Index Pattern Change in Kibana

Can i change an existing index pattern to a different name ?

If it can be changed do I need to change all searches, visulations and dashboards where that index is used manually or is there a better way of doing it ?

Hi @gsb,

that's not possible AFAIK. The index-pattern-name is equivalent to the actual expression that Kibana uses to match indices in ES. If you'd change that, you would also change what data your index pattern points to.