This is an old revision of the document!


{
		"type": "influx",
		"bucket": "measurements",
		"config": {
			"hostname": "https://<influx address>/api/v2/write",
			"headers": {
				"Authorization": "Token <token>"
			}
		},
		"replace": {
			" ": "",
			"-": ""
		},		
		"bucket": "measurements",
		"table": "values"
	}