Introduction
QuickStart
Integration
Heroku
Render
Gigalixir
HTTP
Curl
Syslog
Usage
Metrics
Messaging
Watchdogs
Healthchecks
Events
Live Tail
Integration using curl
Curl is a great way to run some tests and understand how FlexLogs works. It's a simple way to send logs to FlexLogs and get started quickly.
Example with curl
curl -X POST https://intake.flexlogs.com/http/v1/flxp...(your API key) -d "flexlogs{metric: 'curl.request'}"
Other Integration Articles