How to send simulated data to Grafana cloud

Hi, Im trying to send simulated data in node-red to grafana cloud.
Im using INJECT NODE->FUNCTION NODE (for the data) and HTTP REQUEST NODE ->DEBUG NODE

what do I need to fill in the HTTP Request node to that the data is send to my cloud?
Method POST
URL : username.grafana.net
and headers I have Content-type: application/json

I got this error:
“{“message”:“Bad request”,“messageId”:“auth.client.notConfigured”,“statusCode”:400,“traceID”:“7f504e2af06a7bfd41db5e1361b6a572”}”

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.