Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

This union table collects system logs related to Syslog stats.

Source tables

The information displayed is extracted from the following tables:

  • syslog.alcohol.stats

  • syslog.hybrid.stats

  • syslog.scoja.stats

Table structure

This is the set of columns displayed by this union table, which is the result of the collection of columns present in all source tables:

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

Extra fields

eventdate

timestamp

 

collector

str

 

engine

str

 

kind

str

 

subkind

str

 

parameters

str

 

partialCpu

int8

 

partialCpuUser

int8

 

partialPackets

int8

 

partialBytes

int8

 

partialEvents

int8

 

partialEventBytes

int8

 

hostchain

str

 

tag

str

 

rawSource

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.

syslog.alcohol.stats

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

 

timestamp

collector

collector

 

str

engine

-

"alcohol"

str

kind

kind

 

str

subkind

subkind

 

str

parameters

parameters

 

str

partialCpu

partialCpu

 

int8

partialCpuUser

partialCpuUser

 

int8

partialPackets

partialPackets

 

int8

partialBytes

partialBytes

 

int8

partialEvents

partialEvents

 

int8

partialEventBytes

partialEventBytes

 

int8

hostchain

hostchain

 

str

tag

tag

 

str

rawSource

rawSource

 

str

syslog.hybrid.stats

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

timestamp

collector

collector

str

engine

-

"hybrid"

str

kind

kind

str

subkind

subkind

str

parameters

parameters

str

partialCpu

-

null(int8(0))

int8

partialCpuUser

-

null(int8(0))

int8

partialPackets

-

null(int8(0))

int8

partialBytes

-

null(int8(0))

int8

partialEvents

partialEvents

int8

partialEventBytes

partialEventBytes

int8

hostchain

hostchain

str

tag

tag

str

rawSource

rawSource

str

syslog.scoja.stats

Field in union table

Field in source table

Field transformation

Type

Extra fields

eventdate

eventdate

timestamp

collector

collector

str

engine

-

"scoja"

str

kind

kind

str

subkind

subkind

str

parameters

parameters

str

partialCpu

partialCpu

int8

partialCpuUser

partialCpuUser

int8

partialPackets

partialPackets

int8

partialBytes

partialBytes

int8

partialEvents

partialEvents

int8

partialEventBytes

partialEventBytes

int8

hostchain

hostchain

str

tag

tag

str

rawSource

rawSource

str

  • No labels