zentity icon indicating copy to clipboard operation
zentity copied to clipboard

Support OpenSearch

Open netom opened this issue 2 years ago • 1 comments

We've moving from Elasticsearch 7.10.2 to OpenSearch 1.2.4. The OS version is a fork of the OSS build of the ES version plus a bunch of plugins.

After skimming through the plugin migration documentation [(https://github.com/opensearch-project/opensearch-plugins/blob/main/UPGRADING.md)], I managed to build Zenity for OS.

Here is a proof of concept:

https://github.com/netom/zentity/tree/opensearch-1.2.4

I wonder if it would be possible for the project to be built for both Elasticsearch and OpenSearch.

I imagine this would require a complete re-design of the interface between the core functionality and the back end.

netom avatar Jan 27 '22 18:01 netom

I don't believe this will be supported, per https://github.com/zentity-io/zentity/issues/90#issuecomment-936522060

I think the suggestion would be to fork zentity as well.

austince avatar Feb 17 '22 19:02 austince

Closing because I'm only going to support the official distribution of Elasticsearch (#90). OpenSearch has its own Java client libraries (here), which would require building and documenting two very different implementations. It would be too much for me to support.

davemoore- avatar May 06 '24 13:05 davemoore-