Log collection

Deploy collectors and connect log sources to SecureOPS.

SecureOPS ingests telemetry from two kinds of sources: collectors installed in your environment, and API integrations that pull events from cloud platforms.

Collectors

A collector is a lightweight service that receives, buffers, and forwards logs to SecureOPS over TLS. Deploy at least one collector per network segment.

PlatformInstall methodTypical sources
WindowsMSI installerWindows Event Log, Sysmon, IIS
LinuxShell installersyslog, auditd, application logs
Virtual applianceOVA imageNetwork syslog (firewalls, switches), NetFlow

Deploying a collector

  1. Go to Settings → Collectors → Add collector.
  2. Select the platform and copy the install command. The command embeds a one-time enrollment token valid for 24 hours.
  3. Run the command on the target system with administrative privileges.
  4. Verify the collector shows Connected in the collector list.

Endpoint agents

For endpoint-level visibility (process activity, file integrity, local authentication), install the SecureOPS endpoint agent on your servers and workstations. The agent registers with your nearest collector automatically.

Forwarding syslog devices

Firewalls, switches, and appliances that can't run an agent should forward syslog to a collector:

  1. Point the device's syslog output at the collector IP, port 514/UDP or 6514/TCP (TLS).
  2. In Settings → Log sources, confirm the device appears and assign it a source type (for example FortiGate, Palo Alto, Cisco IOS).
  3. Parsing and field extraction are applied automatically based on the source type.

API integrations

Cloud and SaaS platforms are connected under Settings → Integrations. Each integration authenticates with the vendor's API and pulls events on a schedule. See Office 365 for a complete example.

Verifying data flow

Use Search to confirm events are arriving:

source:windows-security | stats count by host | sort -count

If a source shows no events after 15 minutes, check the collector's local log and confirm outbound TLS connectivity to your tenant's ingestion endpoint.

On this page