Commit 827688f1 by Ivana Huckova Committed by GitHub

Elastic: Fix multiselect variable interpolation for logs (#20894)

parent 20fad92a
......@@ -393,7 +393,7 @@ export class ElasticQueryBuilder {
query.query.bool.filter.push({
query_string: {
analyze_wildcard: true,
query: target.query,
query: querystring,
},
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment