RunReveal
SourcesSource Types

reveald log collection

Reveald is RunReveal's log collection agent. It runs as a lightweight daemon on your hosts, collecting logs from files, journald, syslog, Windows Event Log, and other sources, then forwarding them to RunReveal in batches.

Setting up a reveald source

Create a reveald source in RunReveal

  1. Navigate to Sources in your RunReveal dashboard
  2. Click Add Source and select Reveald
  3. Give your source a name and description
  4. Click Save

Copy the webhook URL

After saving, copy the generated webhook URL. You'll use this to configure the reveald agent on your host.

The webhook URL looks like: https://api.runreveal.com/sources/reveald/webhook/<id>

Configure and run the reveald agent

See the reveald documentation for full installation, configuration, and deployment instructions.

For detailed guides on all source types, destinations, processors, and deployment options, see the reveald documentation.

Schema

The following columns are exposed for this source. RunReveal applies schema normalization across all sources, ensuring uniform field names and data types for cross-source queries and reusable detection logic.

Table: runreveal_logs (22 columns)

ColumnType
idString
receivedAtDateTime
workspaceIDString
sourceTypeString
sourceIDString
eventIDString
eventNameString
eventTimeDateTime
readOnlyBool
srcIPString
resourcesArray(String)
serviceNameString
srcASOrganizationNullable(String)
srcASNumberNullable(UInt32)
srcASCountryCodeNullable(String)
dstIPString
dstASOrganizationNullable(String)
dstASNumberNullable(UInt32)
dstASCountryCodeNullable(String)
actorMap(String, String)
tagsMap(String, String)
rawLogString

On this page