Describe the feature:https://github.com/elastic/kibana/pull/134215 added support for variables in Dev console, but they are very basic. I needed to do a basic repeat of a variable but with a prefix/basic interpolation.
Describe a specific use case for the feature:
For instance I wanted to restore multiple indices, but with a different name.
Describe the feature: https://github.com/elastic/kibana/pull/134215 added support for variables in Dev console, but they are very basic. I needed to do a basic repeat of a variable but with a prefix/basic interpolation.
Describe a specific use case for the feature: For instance I wanted to restore multiple indices, but with a different name.
I tried with
But this only substituted the first one.