Getting Started with the Mezmo Platform
Manage Source Data
Build Telemetry Pipelines
Monitor Data and Create Alerts
Pipeline Destinations
Pipeline Processors
Reference
Other Mezmo Resources
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Syslog over HTTP
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Description
You can send Syslog events and data to Mezmo Pipelines through an HTTP endpoint.
The default syslog port is unavailable due to the lack of inherent security. HTTP forwarding is now a common practice for syslog via TLS to protect from packet sniffing and plain text transmission.
Configuration
Use the standard HTTP endpoint for the configuration. Ensure that the encoding matches the configuration of your source.
You must use a discrete parsing processor after the source in order to properly ingest the data and make it accessible to subsequent processors in a pipeline.
This example of an rsyslog configuration illustrates using a defined template to allow inclusion of the API key with the omhttp output module documented here.
Bash
module(load="omhttp")template(name="tpl1" type="string" string="{\"type\":\"syslog\", \"host\":\"%HOSTNAME%\"}")action( type="omhttp" server="pipeline.app.mezmo.com" serverport="443" httpheaders=[ "Authorization: <TOKEN>" ] template="tpl1" action.resumeRetryCount="100" batch="on" batch.format="jsonarray" batch.maxsize="10")| Option | Description |
|---|---|
| Decoding Method | The decoding method to use to convert frames to data events. |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Aug 31, 2023
Was this page helpful?
Next to read:
Webhook (WebSub)Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message