I am trying to write data in influxdb as below based on influx write
/home/test-code>influx write --bucket bucketsha "
> m,host=host1 field1=1.2,field2=5i 1640995200000000000
> m,host=host2 field1=2.4,field2=3i 1640995200000000000
> "
Please provide your password:
/home/test-code>
However, I am not seeing any data in influxdb web portal. why ?