I am facing issues sending data from DevWeb to InfluxDBv2. I created local.config.yml file and provided connection details but it's not sending data. I validated connections from postman and it's working fine. Any idea what is missing here?
Influx setting in local.config.yml ( C:\DevWeb\ ):
measurements:
adapters: ["influxDBV2"]
useProxy: false
influxDBV2:
url: "http://server1:8086"
token: "Token xxxsg=="
organization: "ORG1"
bucketName: "LRE_DevWeb"
ignoreBadCertificate: true
[EDIT] fixed typo in header and added tags