Skip to main content
Version: Next

Configuration Overview

:::note Placeholder content This page is placeholder documentation demonstrating structure and formatting. Replace it with the actual SentriaOne xSIEM configuration reference. :::

Configuration file location

SentriaOne xSIEM configuration is typically managed through a configuration file. The example below illustrates formatting only:

# placeholder-only, not a real product configuration
xsiem:
log_level: info
retention_days: 30
listeners:
- name: syslog
port: 514

Common configuration areas

  • Log ingestion — sources and listeners that feed events into the platform.
  • Retention — how long collected data is stored.
  • Alerting — thresholds and notification channels.
  • Access control — user roles and permissions.

Applying configuration changes

# Placeholder example
xsiem-cli config apply --file /etc/xsiem/config.yaml

Next steps

If you run into issues after changing configuration, see Troubleshooting.