Prabhat Sharma

Results 116 comments of Prabhat Sharma

We are working on multiple improvements to alerts. This and more features around alerts will be available by mid Dec.

It will be difficult to implement OR, NOT in a checkmark interface.

> 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...

This gives me an idea. We already have `=` and `!=` signs on the field list. We could add `~` sign. This would add `like` or `str_match` for string types....

> add a checkbox to let user select multiple values @hengfeiyang Now that I think this actually makes sense. We should give this a shot.

you could always use standard sql `like` too

Yeah, we are thinking of building a UI to use SQL functions and operators in dashoards. Let us know if you have ideas around this.

I am thinking that we should first implement https://github.com/zinclabs/zincobserve/issues/759 . This could be base for history, versioning, and security of almost everything.

> Any idea why the "Fields" toggle was removed? It was useful. The screen was getting crowded. Trying to avoid that. And you could always remove fields manually too if...

By elastibeats dashboards you mean kibana/Opensearch dashboards. Right?