mqttbeat
mqttbeat copied to clipboard
Elasticsearch beat to save messages received with the MQTT protocol.
I am trying it using the latest 7.5.0 Elasticsearch, and I get the error like: ERR Failed to connect: Connection marked as failed because the onConnect callback failed: Error loading...
PR to fix #17
When switching to verneMQ (and using a stricter authentication), any MQTT connection requires to use a client-id known to the MQTT server. There should be an option like "broker_clientid" to...
I have some mqtt messages coming in that already have a _timestamp field, and logstash complains about these. ``` 2018/09/27 17:38:42.251161 mqttbeat.go:87: DBG MQTT MESSAGE RECEIVED {"_timestamp": 1538069922, "actual": 21.6,...
Running with this config: ``` topics_subscribe: - /events ``` produces this error: ``` rclarke@es-rclarke:mqttbeat$ mqttbeat -e -v -c ~/elastic/temp/mqttbeat.yml 2018/02/20 11:01:55.252501 beat.go:470: INFO Home path: [/home/rclarke/elastic/repos/go/src/github.com/nathan-k-/mqttbeat] Config path: [/home/rclarke/elastic/repos/go/src/github.com/nathan-k-/mqttbeat] Data...