Juan Calderon-Perez
Juan Calderon-Perez
> @gaby Can you try the new version: v0.4.8 Will do! thanks
@hengfeiyang So far all good. I was able to upgrade to 0.4.8 with no issues. I'm still able to query old data, etc. I'm going to close this. Thanks for...
@hengfeiyang Any chance of getting this? 😂
This can be closed now, right?
Fixed via https://github.com/openobserve/openobserve/pull/1078
In Kibana you can use wildcards to search within fields. That doesnt work in OpenObserve. For example in @hengfeiyang query you could do `kuberneted_pod_name: '*-center-api-*'` but its not supported by...
Thanks, just wish there was ways to do this natively within the UI.
@prabhatsharma @hengfeiyang I ran into a use case where using `str_match` doesnt work. Let's say I have a lot of containers nodes sending logs to O2. But I want to...
I didnt know `re_match` was a thing! Thanks will give a try.
@prabhatsharma The problem is this forces me to write SQL, which I hate and is one of the biggest issues with O2. Looking at the re_match, while it solves the...