RxLog Docs

Onboarding

Go from zero to your first query and detection.

This guide gets you up and running, then walks you through the platform one feature at a time. Each part has a short note on what it does and a few steps to get going. For a deeper look at any feature, open its page in the Platform section.

Get started in three steps

Create an account. Sign up and create a workspace. Each workspace is an isolated environment with its own sources, detections, and members.

Connect a source. Point a log source at RxLog. Start with any supported integration, a cloud provider, or an agent running on your own host.

Run your first query. Open Search and run:

SELECT * FROM logs ORDER BY timestamp DESC LIMIT 100

You should see your most recent events stream in.

No data yet? Ingestion can take a minute or two on first connect. Check the source's status if nothing appears after that.

Dashboard

The Dashboard is your home screen. It shows the health of your environment at a glance: active agents, open incidents, recent detections, and log volume.

RxLog Dashboard overview

Open Dashboard from the left menu.
Check the top cards for agents, incidents, detections, and log volume.
Use the incident list and log volume chart to spot what needs attention.

Agents

Agents are small collectors that run on your machines. They ship system events, audit logs, and files back to RxLog.

Agents list with hostnames and collector status

Open Agents from the left menu.
Click Agents Registration to add a new agent.
Watch the Collector and Last Active columns to confirm an agent is online.

Integrations

Integrations connect outside tools and data sources to RxLog. Examples are SentinelOne, CrowdStrike, Cloudflare, and Windows Event Logs.

Integrations page with SentinelOne selected

Open Integrations from the left menu.
Pick an integration from the list, such as SentinelOne.
Click Add Connection and fill in the details, then save.

Search logs

Search lets you query your logs with SQL. You can filter by source, inspect a single event, and ask the AI assistant about your results.

Search page running a SQL query against logs

Open Search from the left menu.
Write a query, for example SELECT * FROM logs WHERE source_type = 'sentinel_one'.
Click Run to see the matching rows.
Select rows and open the Chat Assistant to summarize or ask questions.

Detections

Detections are rules that watch your logs and raise an alert when something looks wrong. RxLog ships a large library you can turn on with one click.

Detections library list

Open Detections from the left menu.
Browse the Library or search for a rule.
Toggle a rule on to start running it.
Clone a rule to edit its query, severity, or schedule.

Incidents

Incidents group related detections into one case. This is where you triage, investigate, and resolve threats.

Incidents board with status columns

Open Incidents from the left menu.
Move a case across the board: Open, In Progress, Resolved, Closed.
Open a case to read its report and AI triage verdict.
Use Ask AI to get suggested next steps.

Active Response Pipelines

Active Response Pipelines react to detections and incidents automatically. When a detection fires, the pipeline runs its steps on its own — create an incident, send an alert, enrich the event, or push data to another system.

Pipeline detail with trigger and run history

Open Active Response Pipelines from the left menu.
Pick the Detection Trigger so the pipeline runs when a detection fires.
Add response steps, then save and enable the pipeline.
Check Triggered Pipelines to review past runs.

On this page