Skip to content

legrego/HSPI_Elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ship your HomeSeer events to Elasticsearch! Build Status

A C# Plugin for HomeSeer installations which publishes events to your Elasticsearch cluster.

Features

  • Effeciently publishes HomeSeer events to Elasticsearch using the Bulk API
  • Automatically maintains Indexes and Index Templates using the Rollover API
  • Supports X-Pack Security via optional username and password

Compatability

  • HomeSeer 3 (Linux and Windows are both supported)
  • Elasticsearch 6.x (Self or Cloud hosted), with or without X-Pack.

Support

This project is not endorsed or supported by either Elastic or HomeSeer - please open a GitHub issue for any questions, bugs, or feature requests.

Acknowledgements

  • Nicolai Peteri (@NicolaiPetri) for his HS3_EnOcean_Plugin, which gave me a working example for subscribing plugins to HomeSeer events.