Getting Started Sending Logs to Your Logit.io Stack
Send Sample Log
First, verify that you can send a sample log message to your stack using Logit.io's API.
curl -i ^
-H "ApiKey: @apikey" ^
-H "Content-Type: application/json" ^
-H "LogType: json" ^
https://@logitApiEndpoint/v2 ^
-d "{\"message\":\"Sample message from my computer\"}"
You should expect to receive a 202 ACCEPTED
response:
HTTP/1.1 202 ACCEPTED
{"message":"Message Received, Thanks"}
Launch Logs to View Sample Data
Click the button below to open the log management visualizer:
Launch LogsYou should now see the sample log stored in your stack.
Start Integrating Your Logs
Logit.io provides more than 350 data source integration guides to help you get started.
Click the link below to get started.
If you get stuck and need help, or can't find an integration guide that meets your requirements, then please feel free to get in touch with our support team via live chat, and we'll be happy to assist you.