Receive logs from thousands of places into memory and filter with regex at the speed of light.
Login to have some fun, create your primer logger and see how to send and read logs with curl.
1. Download the agent from releases.
2. Create a new logger
3. Pipe your standard output to the instantlogs forwarder:
export LOGGERID=your-logger-id
export APIKEY=your-api-key
export APISECRET=your-api-secret
echo "Hello World!" | ./instantlogs
How to send logs:
curl 'https://saas.instantlogs.io/v1/loggers/{{ selected.id }}/ingest' --data-binary @/your/file.log
How to get logs:
curl --no-buffer 'https://saas.instantlogs.io/v1/loggers/{{ selected.id }}/filter?follow'or click here:
Hey! Create your first logger 😀
Create another logger 🚀