Closed odonnell-anthony closed 3 years ago
Hey @odonnell-anthony, Can you try passing "identifier" option and try? looks like due to recent changes, a mandatory field "identifier" is introduced. Could you try passing --reporter-influxdb-identifier
and see if that works, I will change it to optional field.
Example: --reporter-influxdb-identifier anythingUnique
Using --reporter-influxdb-identifier test
on the end of the same command in my first comment returned the same error
--reporter-influxdb-identifier anythingUnique seems to be working for me
@odonnell-anthony : Can you try with syntax ex: newman run AAA -e BBB --ssl-client-cert SSSS.pem --insecure -r cli,junit,html,influxdb --reporter-influxdb-server localhost --reporter-influxdb-port 8086 --reporter-influxdb-name ZZZ --reporter-influxdb-identifier test --reporter-influxdb-measurement testcase
@vs4vijay :Can you make --reporter-influxdb-identifier optional?
Hey @manjunathin - I have released a new version (2.0.4) with identifier related changes. Could you please test and let me know?
CC: @odonnell-anthony
@vs4vijay : Working as expected with v2.0.4..Thank You
Influx 1.8.4 newman 5.2.2
Follow steps provided in repo, is not successful returned status code 400
Can query influx from command line
curl -G 'http://localhost:8086/query?pretty=true' --data-urlencode "db=postman" --data-urlencode "q=show measurements" { "results": [ { "statement_id": 0 } ] }