If the network drops, the agent buffers to disk and replays when it returns. Nothing is dropped silently, ever.
Get started
Agent install
One command for FreeSWITCH, Asterisk and log-based sources.
5 min read
Install
curl -sL https://thepixeldata.com/install.sh | bashThe installer detects FreeSWITCH and Asterisk, asks for your ingest key, writes a config file and starts a service. It needs no inbound ports and runs unprivileged.
- 1DetectFinds your switch and the CDR location it already writes to.
- 2AuthenticateTakes your pk_live_ key once and stores it with 0600 permissions.
- 3BackfillOptionally replays the last 72 hours so your first dashboard is not empty.
- 4StreamTails new records and batches them to the ingest endpoint.
Uninstall
curl -sL https://thepixeldata.com/uninstall.sh | bash