Juan Calderon-Perez

Results 1410 comments of Juan Calderon-Perez

@hengfeiyang Tested with `re_match(hostname, '10.*.0.1')` and it doesn't work. Example data: ``` 10.1.0.1 10.2.0.1 10.100.0.1 10.1.0.100 10.2.0.123 ``` All of them match when using `re_match(hostname, '10.*.0.1')`. I tried doing this...

I just tried the latest `zincobserve-dev` image and this still happens. I'm sending UTC timestamp data but it gets render with whatever timezone my browser is using. The field does...

Any idea why the "Fields" toggle was removed? It was useful.

This is how i current do this in Kibana: https://www.elastic.co/blog/interactive-inputs-on-kibana-dashboards

This would be really cool feature. Another thing to consider is Elasti Beats dashboards. I currently use those heavily. Especially Metricbeat, Filebeat, and Auditbeat.

@prabhatsharma Kibana doesnt come bundled with Beats dashboards. They are hosted on the Beats repo as .json files. For example: https://github.com/elastic/beats/tree/main/x-pack/metricbeat/module/aws/_meta/kibana/7 https://github.com/elastic/beats/tree/main/x-pack/filebeat/module/aws/_meta/kibana/7 Although now that I look at it, they...

> #2885 > > Initial work here - [kubserv/converter](https://github.com/kubserv/converter) Looks awesome!

@prabhatsharma Any plans to make the Grafana plugin open source? The community could help with maintainance and getting it signed/publish in the grafana store.

I noticed this too, I thought it was an issue on my data.

@ansrivas Only thing missing is a button in the UI to trigger that endpoint.