homeassistant-elasticsearch icon indicating copy to clipboard operation
homeassistant-elasticsearch copied to clipboard

Publish Home-Assistant events to Elasticsearch

Results 93 homeassistant-elasticsearch issues
Sort by recently updated
recently updated
newest added

Hi! Its a problem that this integration overwrites the ILM-policy that is changed in elasticsearch. I have a short lived hot phase, and then a long warm phase on slower...

feedback-needed

Hey folks! I'm trying to get a better idea of how this component is used in the wild. Please take this short 1-minute survey to help me out: https://www.surveymonkey.com/r/7CT9ZQT Feel...

help wanted

My elastic cloud requires an api key authentication. Could you add this to the configuration and supply the elastic client with the api_key authentication header. Thanks

Once we conform to ECS (#46) and cleanup a few other issues, I'm considering offering this component to home-assistant as a first-class component. That would give us broader exposure, and...

discuss

Hi, Good job with this component! I use it in a container to embed Elastic stack in a Homeassistant project with Raspberry Pi. The docker-compose looks like the following: ```...

I'd like to get my hands dirty but also avoid reinventing the wheel. What's the best way to setup an efficient development iteration? Could you please document it? Thanks!

The information that we publish to Elasticsearch is a great fit for [Data Streams](https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html). We should investigate what it would take to add support for data streams. Data Streams was...

enhancement

Currently, all of the events that we publish share a [`hass.attributes`](https://github.com/legrego/homeassistant-elasticsearch/blob/9c7b3f11c70cd3a912fe23b4f32ce996e3eac712/custom_components/elastic/index_mapping.json#L68-L71) property, which acts as a dumping ground for any and all attributes that are associated with the entity. This...

enhancement
discuss

Had the ES service go down... finding the below errors and state of affairs. Seems to relate to ILM failing. `[2020-06-08T07:09:17,718][ERROR][o.e.x.i.IndexLifecycleRunner] [jznode] policy [ilm-history-ilm-policy] for index [ilm-history-2-000001] failed on step...

**Is your feature request related to a problem? Please describe.** I'd like to be able to make queries and return the result to HomeAssistant, this would be useful for geofencing,...

enhancement