Is it possible to add a parameter to select index using ES SQL? I created a variable named indexName and I tried to add it to the query this way:
SELECT * FROM "{indexName}"
But I get the error:
So my question is: is there any way to pass parameters to the Kibana query? I especially need to pass the index name to that query.
