Closed yuriydzobak closed 1 week ago
Hi, would be nice if i already filter my data and want to filter by button for example i write LogsQL that have some pipes and functions
pod_name:vm-logs-single-0 | unpack_json | rename message as _msg
and when you press the button 1. it added in the and AND field:value but if you have function in the end it broke the query
It works in that logic fine when you have a simple filter by word not the functions. Example how to reproduce
The issue should be resolved in the released v0.6.0 version
Hi, would be nice if i already filter my data and want to filter by button for example i write LogsQL that have some pipes and functions
and when you press the button 1. it added in the and AND field:value but if you have function in the end it broke the query
It works in that logic fine when you have a simple filter by word not the functions. Example how to reproduce