Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Extra columns

Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.

Field

Type

Source field name

Extra fields

eventdate

timestamp

 

collector

str

 

engine

str

 

kind

str

 

subkind

str

 

parameters

str

 

partialCpu

partial_cpu

int8

 

partialCpuUser

partialCpu

partial_cpu_user

int8

 

partialCpuUser

partialPackets

partial_packets

int8

 

partialPackets

partialBytes

partial_bytes

int8

 

partialBytes

partialEvents

partial_events

int8

 

partialEventBytes

partialEvents

partial_event_bytes

int8

 

partialEventBytes

hostchain

rawSource

str

 

tag

hostchain

str

 

rawSource

tag

str

 

Field transformations

Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table.

...

Anchor
tag1
tag1
syslog.alcohol.stats

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

collector

collector

 

str

engine

-

Code Block
"alcohol"

str

kind

kind

 

str

subkind

subkind

 

str

parameters

parameters

 

str

partialCpu

partialCpu

partial_cpu

partial_cpu

 

int8

partialCpuUser

partialCpuUser

partial_cpu_user

partial_cpu_user

 

int8

partialPackets

partialPackets

partial_packets

partial_packets

 

int8

partialBytes

partialBytes

partial_bytes

partial_bytes

 

int8

partialEvents

partialEvents

partial_events

partial_events

 

int8

partialEventBytes

partialEventBytes

partial_event_bytes

partial_event_bytes

 

int8

hostchain

rawSource

hostchain

rawSource

 

str

tag

hostchain

tag

hostchain

 

str

rawSource

tag

rawSource

tag

 

str

Anchor
tag2
tag2
syslog.hybrid.stats

partialCpuUser

-

Code Block
null(int8(0))

int8

partialPackets

-

Code Block
null(int8(0))

int8

partialBytes

-

Code Block
null(int8(0))

int8

partialEvents

partialEvents

int8

partialEventBytes

partialEventBytes

int8

hostchain

hostchain

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

collector

collector

 

str

engine

-

Code Block
"hybrid"

str

kind

kind

 

str

subkind

subkind

 

str

parameters

parameters

 

str

partialCpu

-

Code Block
null(int8(0))

int8

rawSource

rawSource

partial_cpu

partial_cpu

 

int8

partial_cpu_user

partial_cpu_user

 

int8

partial_packets

partial_packets

 

int8

partial_bytes

partial_bytes

 

int8

partial_events

partial_events

 

int8

partial_event_bytes

partial_event_bytes

 

int8

rawSource

rawSource

 

str

hostchain

hostchain

 

str

tag

tag

str

 

str

Anchor
tag3
tag3
syslog.scoja.stats

partialCpuUser

partialCpuUser

int8

partialPackets

partialPackets

int8

partialBytes

partialBytes

int8

partialEvents

partialEvents

int8

partialEventBytes

partialEventBytes

int8

hostchain

hostchain

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

collector

collector

 

str

engine

-

Code Block
"scoja"

str

kind

kind

 

str

subkind

subkind

 

str

parameters

parameters

 

str

partialCpu

partialCpu

int8

partial_cpu

partial_cpu

 

int8

partial_cpu_user

partial_cpu_user

 

int8

partial_packets

partial_packets

 

int8

partial_bytes

partial_bytes

 

int8

partial_events

partial_events

 

int8

partial_event_bytes

partial_event_bytes

 

int8

rawSource

rawSource

 

str

tag

hostchain

hostchain

tag

 

str

tag

rawSource

tag

rawSource

 

str