Collectors
Send data from Syslog to Axiom
Learn how to monitor syslog events on your devices and send them directly into Axiom
Logs are generated on all Network devices, Axiom Syslog Proxy ships logs to Axiom, acting as a Syslog server.
With Syslog logging system, you can monitor events on your devices and send them directly into Axiom, this also helps you retain your data logs.
The UDP log messages are sent on UDP
port 514
to the Syslog server.
The TCP log messages are sent on TCP
port 601
to the Syslog server.
Installation
Download the pre-compiled and archived binary manually
Binary releases are available on GitHub Releases.
Install using Homebrew
To update:
Install using go get
Install from source
Run the Docker image
Docker images are available on DockerHub
Usage
- Set the following environment variables to connect to Axiom:
AXIOM_TOKEN
: Personal access or API token with permissions to ingest.AXIOM_ORG_ID
: Organization identifierAXIOM_DATASET
: Dataset where to send logs
- Run it:
./axiom-syslog-proxy
or using Docker:
- Test it:
For more information on Axiom Syslog Proxy and how you can propose bug fix, report issues and submit PRs, see the GitHub repository.
Was this page helpful?