balena-labs-projects / connector

Auto-configured data connector block based on Telegraf
15 stars 8 forks source link

Allow modification of json_query from env var #7

Closed chrisys closed 4 years ago

chrisys commented 4 years ago

https://github.com/balena-io-playground/transport-primitive/blob/388046ed0612c1cbd718e4a6bca24ad30647130f/plugins/externalHttpListener.py#L23

Instead of enabling or disabling json_query = "payload_fields", allow the value set in the env var to pass through to this query to allow the user to specify their own value for json_query.