Why is it so difficult to get influxDB2 up and running along with very cryptic Influx2.1.
Have been trying to add a measurement from past 3 days and I have not even been able to log into INFLUX DB and see the buckets/databases etc.
The documentation is very minimal. Error msgs are not informative.
Followed the installation and set up guide as outlined in the Influx DB v 2.1 OSS
Added a bucket using the UI (http://localhost:8086). Using the c# InfluxDbClient inside an API application to add a measurement to the created bucket. The section of code adding the measurement executes and returns the successfully but in the INFLUX UI I am not able to see any measurements in the bucket.
I am not able to see the error message. I set the logging level to DEBUG and even after that there is no information about any event. Sometimes the UI freezes.