mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elastic: Fix multiselect variable interpolation for logs (#20894)
This commit is contained in:
@@ -393,7 +393,7 @@ export class ElasticQueryBuilder {
|
|||||||
query.query.bool.filter.push({
|
query.query.bool.filter.push({
|
||||||
query_string: {
|
query_string: {
|
||||||
analyze_wildcard: true,
|
analyze_wildcard: true,
|
||||||
query: target.query,
|
query: querystring,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user