I’m using grafana loki http api for sending logs to grafana cloud, but i’m getting 204 status response from api. But when i checked explorer option in dashboard i can see the stream key points which i have sent with api request, but not able to collect the logs
- I can’t see the value of your API call in your first screenshot.
- Try removing the empty filter from your query, for example using
{app="test_app"}
only.