flant / loghouse

Ready to use log management solution for Kubernetes storing data in ClickHouse and providing web UI.
Apache License 2.0
924 stars 76 forks source link

Unable to filter by label containing slash / symbol #151

Open davojan opened 4 years ago

davojan commented 4 years ago

It seems that / symbol which is widely used for kubernetes labels is not supported. My app.kubernetes.io/name label is for some reason converted to app_kubernetes_io/name (dots converted to underscores) and when I try to filter:

~app_kubernetes_io/name = "backend"

I got this:

Bad query format: ~app_kubernetes_io/name = "backend": Failed to match sequence (EXPRESSION subquery:(SUBQUERY?)) at line 1 char 1.