Push log lines to Loki loki

Manually push a log entry to verify ingestion. note: timestamp must be ns epoch.

curl -s -H 'Content-Type: application/json' -XPOST "$LOKI_ADDR/loki/api/v1/push" -d '{"streams":[{"stream":{"app":"test"},"values":[["'$(date +%s%N)'","hello loki"]]}]}'
more loki all 7 commands →