From b43e3f31134622f893cb43058b7205515cf24655 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Sat, 24 Mar 2018 11:28:01 +0100 Subject: [PATCH] add mqtt2elasticsearch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38d5bce..214f7b0 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [graylog-plugin-mqtt](https://github.com/graylog-labs/graylog-plugin-mqtt) - MQTT Input Plugin for Graylog. * [mqtt2graphite](https://github.com/jpmens/mqtt2graphite) - Subscribe to MQTT topics and push to Graphite's Carbon server. * [influx4mqtt](https://github.com/hobbyquaker/influx4mqtt) - Subscribe to MQTT topics and insert into InfluxDB. +* [mqtt2elasticsearch](https://github.com/hobbyquaker/mqtt2elasticsearch) - Send MQTT messages to Elasticsearch. * [mqtthandler](https://github.com/changyuheng/MQTTHandler) - A Python logging handler module for MQTT.