Hello,
I’m a new to influxdb2. I Try to understand and test the basic and I think I manage to write data in a bucket with this command.
curl --request POST "http://localhost:8086/api/v2/write?bucket=test&org=test-org" --header "Authorization: Token XCCPXumTHaG-7pOW63qjaonOZ6lzyZJICFwTeWz-ncq1hbMXuT0yJft_e2a1rQJoegLYShpu5GBejy4akjmXSQ==" \en
--data-raw "mem,host=host1 used_percent=23.43234543 1556896326"
But then I don’t find anything in the bucket with the navigator.
Is that normal? How can I find data that I upload with curl in influxdb web interface?