pub async fn resolve_esql_query(
t: &Transport,
query: &str,
req: &SearchRequest,
) -> Result<String>Expand description
Resolve an ES|QL query’s source: --index wins, then --data-view, then
the query’s own source, then the space’s default alerts index.