Skip to content

Custom Syslog Logs

Realm supports ingesting custom application logs delivered over syslog from any source. Choose a transport method based on where your log source runs and how it delivers data.

TransportBest for
AWS S3Logs already delivered to an S3 bucket
Azure Blob StorageLogs already delivered to Azure Blob Storage
Cloud SyslogSources that can send syslog messages directly to Realm Cloud
CollectorOn-premises sources that cannot reach Realm Cloud directly

Create a Source in Realm

Before configuring any transport, create a source in Realm:

  1. In Realm, go to Sources > Add Source.
  2. Enter a name for your source.
  3. Set Product Format to Custom Syslog.
  4. Click Save.

Then follow the section below for your chosen transport method.


AWS S3

Use this transport when your log source delivers syslog files to an S3 bucket.

Add an AWS S3 Input Feed

  1. On the Select Transport Method step in the Add Source flow, or from the source page, click Add Input Feed.
  2. Select AWS S3 and give it a name.
  3. Enter the AWS credentials and S3/SQS configuration:

Access Key ID: <iam_access_key>
Secret Access Key: <iam_secret_key>
SQS Queue URL: <sqs_queue_url>
S3 Bucket Name: <bucket_name>
AWS Region: <region>

  1. Click Save.

Configure AWS Resources

Set up the SQS queue, IAM policy, IAM user, and S3 event notifications to deliver object-create events to Realm. Follow the AWS S3 source setup guide for complete instructions — the setup is identical regardless of log format.


Azure Blob Storage

Use this transport when your log source delivers syslog files to an Azure Storage Container.

Add an Azure Blob Storage Input Feed

  1. On the Select Transport Method step in the Add Source flow, or from the source page, click Add Input Feed.
  2. Select Azure Blob Storage and give it a name.
  3. Enter the Azure credentials and storage configuration:

Tenant ID: <tenant_id>
Client ID: <client_id>
Client Secret: <client_secret>
Event Hub Namespace: <namespace>.servicebus.windows.net
Event Hub Name: <event_hub_name>
Storage Account Name: <storage_account_name>
Container Name: <container_name>

  1. Click Save.

Configure Azure Resources

Set up the App Registration, Event Hub, Storage Account, and Event Grid notification subscription so Azure notifies Realm when new blobs are created. Follow the Azure Blob Storage source setup guide for complete instructions — the setup is identical regardless of log format.


Cloud Syslog

Use this transport when your application can send syslog messages directly to Realm Cloud.

Add a Cloud Syslog Input Feed

  1. On the Select Transport Method step in the Add Source flow, or from the source page, click Add Input Feed.
  2. Select Cloud Syslog and give it a name.
  3. Click Save.
  4. Click ... > Edit on the newly created input feed.
  5. Copy the Syslog Hostname, Port, Protocol — you will need these to configure your log source.
  6. By default, the Cloud syslog uses a public CA. You can switch to using a Realm private CA from the new or edit input feed form. After saving the feed, Private CA value will be shown. You can copy and paste it in to the source product.

Configure Your Log Source

Update your application or log shipper to send syslog messages to the Realm Cloud syslog endpoint.

Example syslog message format (RFC 5424):

<134>1 2024-01-01T00:00:00Z myhost myapp 1234 - - Application started successfully

Example syslog message format (RFC 3164):

<134>Jan  1 00:00:00 myhost myapp[1234]: Application started successfully
  • Both RFC 5424 and RFC 3164 are supported.
  • Realm parses the syslog header fields (facility, severity, timestamp, hostname, app name, process ID) as structured fields alongside the message body.
  • Configure TLS using the Realm CA Certificate saved above.

For rsyslog configuration examples including TLS setup, see the Rsyslog guide.


Collector

Use this transport when your syslog source is on-premises and cannot send data directly to Realm Cloud. The Realm Collector runs in your environment and forwards logs on behalf of the source.

Add a Collector Input Feed

  1. On the Select Transport Method step in the Add Source flow, select Collector > create a new collector or select an existing one > click Continue to add a stream.

  2. Configure the collector stream:

    • Name: Give the stream a name.
    • Protocol: Select TCP or UDP.
    • Port: Use the preconfigured port or change it to suit your environment.
    • Framing Trailer: Select the framing trailer that defines the delimiter for log messages.
  3. Click Create Stream.

Note: Alternatively, create a stream from the Collectors page by selecting a collector and clicking Add Stream.

  1. Configure the collector stream:
    • Name: Give the stream a name.
    • Protocol: Select TCP or UDP.
    • Port: Use the preconfigured port or change it to suit your environment.
    • Framing Trailer: Select the framing trailer that defines the delimiter for log messages.
    • Source: Select the source node in the Realm Fabric to which the logs should be forwarded to.
  2. Click Create Stream.

Configure the Realm Collector

If you have not yet deployed the Realm Collector in your environment, follow the Collector setup guide first.

Once the Collector is running, follow the steps above to add a Stream to the collector.

Note: The Collector is the recommended option when your log source is behind a firewall or on a private network that cannot reach Realm Cloud endpoints.