Quantcast
Channel: d0wn
Viewing all articles
Browse latest Browse all 73

InfluxDB insert multiples values at once using curl

$
0
0

If you have to insert multiples values in an influxdb database. You can use curl and insert the values one at the time.

But there is a better way like in this example

Let’s say you want to insert your tree loadaverage values in you influxdb database.

First put them into variables using these 3 lines.

Then using this curl line, insert them all at once in your influxdb database


Viewing all articles
Browse latest Browse all 73

Trending Articles