mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
Elastic: Fix multiselect variable interpolation for logs (#20894)
This commit is contained in:
parent
20fad92a80
commit
827688f152
@ -393,7 +393,7 @@ export class ElasticQueryBuilder {
|
||||
query.query.bool.filter.push({
|
||||
query_string: {
|
||||
analyze_wildcard: true,
|
||||
query: target.query,
|
||||
query: querystring,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user