This is a follow-up issue spawning from this comment in a previous PR touching on these error messages.
Basically, to have a consistent error message dealing with missing indices when running ES|QL queries, we should have a consistent messaging. Right now, one message comes from the IndexResolver and another one comes from ES itself while it tries to resolve an index pattern.
Description
This is a follow-up issue spawning from this comment in a previous PR touching on these error messages. Basically, to have a consistent error message dealing with missing indices when running ES|QL queries, we should have a consistent messaging. Right now, one message comes from the
IndexResolver
and another one comes from ES itself while it tries to resolve an index pattern.