Skip to main content

Overview

Monitoring collects logs from all registered nodes via file-based collection and syslog forwarding. Centralized log data flows into the log index for full-text search and alert-based detection. This page covers configuring log sources and troubleshooting ingestion issues.
Administrator Access Required — This operation requires the admin role. Contact your Polystack administrator if you do not have sufficient permissions.
Prerequisites
  • Administrator credentials with the admin role
  • Monitoring agents deployed on target nodes (see Agent Configuration)

Configuring Log Sources

View configured log sources

Navigate to Monitor Center > Logging (Log Sources, admin view). Each log source defines a file path pattern, the node scope it applies to, and the expected format.

Add a log source

Click Add Log Source and provide:

Verify ingestion

After saving, navigate to Monitor Center > Logging (admin view) and filter by the new service label. Entries should appear within the configured scrape interval.
Log events appear in Log Explorer with correct service label and timestamp.

Syslog Forwarding

Services that write to syslog rather than log files can forward directly to Monitoring’s syslog receiver.

Configure rsyslog forwarding

Add a forwarding rule to /etc/rsyslog.d/99-monitoring.conf on the source node:
/etc/rsyslog.d/99-monitoring.conf
Use TCP forwarding (@@) for reliable delivery. UDP forwarding (@) may drop messages under high log volume and is not recommended for production.

Reload rsyslog

Reload rsyslog

Verify ingestion

Navigate to Monitor Center > Logging (admin view) and filter by service:syslog and the source hostname. Entries should appear within 60 seconds.
Syslog events appear in Log Explorer with correct host and timestamp.

Log Format Parsers

Configure parsers for structured log formats to enable field-level filtering in Log Analytics: For multiline logs (Java stack traces, Python tracebacks):
Multiline log source configuration

Next Steps

Agent Configuration

Deploy agents that run the log collection defined here

Retention Policies

Configure how long collected log data is retained

Log Analytics (User Guide)

How tenants query and create alerts from the logs you’ve configured

Troubleshooting

Diagnose log ingestion backlogs and missing log data