quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Kibana/OpenSearch Dashboards dev services #39582

Open yrodiere opened 7 months ago

yrodiere commented 7 months ago

Description

When working with Elasticsearch, for example through Hibernate Search, and especially when developing, it can be useful to have access to Kibana, be it just to run queries through a web UI or explore the mapping. Similarly with OpenSearch and OpenSearch Dashboards.

Kibana / OpenSearch Dashboards are also feature-packed solutions in their own right, so it could make sense to have an actual integration beyond but I'm not quite sure what kind of integrations applications can have with Kibana, if any. I suspect application usually only affect Kibana indirectly through Elasticsearch, but I may be wrong.

Anyway, IMO it would be a great start if we provided either an option to launch Kibana in the Elasticsearch dev services (and include a link to it in the Dev UI), or a separate extension with just Kibana dev services that integrates with Elasticsearch dev services.

Implementation ideas

No response

quarkus-bot[bot] commented 7 months ago

/cc @geoand (devservices), @stuartwdouglas (devservices)