I'm having an issue with my composite query, when ...
# support
l
I'm having an issue with my composite query, when I add more than one filter- none of the filters are applied. But if there are applied one by one they work. This is the format I'm using. Are there any errors in the format? This is after decoding:
<https://domain.net/logs-explorer?startTime=1715264427000&endTime=1715265251000&panelTypes=>"list"&compositeQuery={
"queryType":"builder", "builder":{ "queryData":[ { "dataSource":"logs", "queryName":"A", "aggregateOperator":"noop", "aggregateAttribute":{ "id":"------false", "dataType":"", "key":"", "isColumn":false, "type":"", "isJSON":false }, "timeAggregation":"rate", "spaceAggregation":"sum", "functions":[ ], "filters":{ "items":[ { "id":"123123123", "key":{ "key":"k8s.pod.name", "dataType":"string", "type":"resource", "isColumn":false, "isJSON":false, "id":"k8s.pod.name--string--resource--false" }, "op":"contains", "value":"test-pod" }, { "id":"123123123", "key":{ "key":"k8s.cluster.name", "dataType":"string", "type":"resource", "isColumn":false, "isJSON":false, "id":"k8s.cluster.name--string--resource--false" }, "op":"=", "value":"test-env" } ], "op":"AND" }, "expression":"A", "disabled":false, "having":[ ], "stepInterval":60, "limit":null, "orderBy":[ { "columnName":"timestamp", "order":"desc" } ], "groupBy":[ ], "legend":"", "reduceTo":"avg" } ], "queryFormulas":[ ] }, "promql":[ { "name":"A", "query":"", "legend":"", "disabled":false } ], "clickhouse_sql":[ { "name":"A", "legend":"", "disabled":false, "query":"" } ], "id":"123123123f-123123123-b8d89fc18e6d" }