We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
InfluxDB output should support configuring the consistency parameter with one of the valid levels: any, one, quorum, or all.
At the moment consistency parameter is sent with an empty value by the client:
POST /write?consistency=&db=DBNAME&precision=s&rp=default HTTP/1.1 204