-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to support mulit options with label values of stream-fields #109
Comments
Hey @worker24h ! |
Try changing |
For stream selector regular expression for selecting multiple items should be |
Yes, of course, I'll see what I can do. |
Hi, I fixed the bug, Do you cloud code reivew ? PR: #122 @hagen1778 @Loori-R Thanks |
Hi @worker24h ! The issue was fixed in the new plugin release. Close this issue as resolved. Feel free to reopen the issue if you find any problems. |
The filter is still not working correctly - try selecting multiple namespaces at playground. |
I can't sign in without username and password. Do you support a capture screen, I will try to fix it. Thanks @hagen1778 |
Hi @worker24h ! You just fixed one possible problem, but in the filters, there can be another |
@worker24h, Your code works for the case It’s also necessary to add support for the in() function, for example: There might be other cases where variables need to be inserted without using We might need a solution more complex than regular expressions. I plan to take a closer look at this issue today. |
OK. I consider that if I can unify all logical ORs into using the keyword So,it need to modify backend code, But this syntax is simple and unified for users, and Loki only has keyword |
Hi! The issue was fixed in the new release. Please check it. If you find any problems feel free to reopen the issue |
When I selected
ALL
, the result of query is nothing, as follows:So I capture the package of http:
The LogQL is :
{pod=~"${pod}",container_name="${container}",namespace="${namespace}"} ${query}
The value of variable pod is generated by grafana auto, But, I think the victorialogs does not support it, which it is
(AAA OR BBB)
so, how to fix it? Everyone, thanks
@hagen1778 @dmitryk-dk
The text was updated successfully, but these errors were encountered: