legrego / homeassistant-elasticsearch

Publish Home-Assistant events to Elasticsearch
https://legrego.github.io/homeassistant-elasticsearch/
MIT License
145 stars 38 forks source link

Opensearch support #219

Closed mvrk69 closed 2 months ago

mvrk69 commented 2 months ago

Hi,

Any plans to support OpenSearch?

legrego commented 2 months ago

Hey @mvrk69, I do not plan to support OpenSearch at this time. I'll copy my response from https://github.com/legrego/homeassistant-elasticsearch/issues/167:

At this point in time, I'm not interested in supporting both OpenSearch and Elasticsearch within the same component. While they share a common origin, the two products will continue to diverge over time, and having a single component service both of these products would lead to a "lowest common denominator" scenario where we couldn't benefit from the ongoing improvements made to either platform.

I encourage you and/or others to fork this repository as a starting point for an OpenSearch component, if that's something that interests you.