You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writting to topic "meters/DB1" the following payload:
'{"meters":[{"meter":"PPAC3_1In","E":144.1158}],"date":"2019-07-19-14:57:54"}'
Expected behavior:
The parser is parsing the subquery:
[{"meter":"PPAC3_1In","E":144.1158}]
Actual behavior:
Getting the following error from Telegraf:
E! [inputs.mqtt_consumer]: Error in plugin: E! Query path must lead to a JSON object or array of objects, but lead to: Null
The text was updated successfully, but these errors were encountered:
I'm testing with Telegraf 1.11.2 and I don't see this error, but this code does have an upcoming modification for 1.11.3 (#6125). Can you retest with 1.11.2 and the command above and let me know if you still see the error?
Relevant telegraf.conf:
System info:
Ubuntu telegraf 1.11
Steps to reproduce:
Writting to topic "meters/DB1" the following payload:
'{"meters":[{"meter":"PPAC3_1In","E":144.1158}],"date":"2019-07-19-14:57:54"}'
Expected behavior:
The parser is parsing the subquery:
[{"meter":"PPAC3_1In","E":144.1158}]
Actual behavior:
Getting the following error from Telegraf:
E! [inputs.mqtt_consumer]: Error in plugin: E! Query path must lead to a JSON object or array of objects, but lead to: Null
The text was updated successfully, but these errors were encountered: