{"host": "test0", "latitude":25, "longitude":111, "temperature":28}
I want to import the uploaded JSON data into the database and set the host as a tag, how can I do that?
{"host": "test0", "latitude":25, "longitude":111, "temperature":28}
I want to import the uploaded JSON data into the database and set the host as a tag, how can I do that?
Start by reading the help text for the influx node, it will tell you how to format the data with fields and tags.