Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2
typeflat

Introduction

The tags beginning with db.mariadb identify events belonging to MariaDB.

Valid tags and data tables 

The full tag must have four levels. The first two are fixed as db.edb. The third level identifies the type of events sent. The fourth level indicates the event subtype.

These are the valid tags and corresponding data tables that will receive the parsers' data:

Product / Service

Tags

Data tables

MariaDB Server

db.mariadb.audit.event

db.mariadb.audit.event

For more information, read more about Devo tags.

Table structure

db.mariadb.audit.event

Field

Type

Field transformation

Source field name

Extra field

eventdate

timestamp

 

 

machine

str

 

 

server_host

str

Code Block
server_host_list[length(server_host_list) - 1]

server_host_list

syslog_info

str

Code Block
substring(_server_host, 0, (length(_server_host) - length(server_host) - 1))

server_host

_server_host

username

str

 

 

hostname

str

 

 

connection_id

str

 

 

query_id

str

 

 

operation

str

 

 

database

str

 

 

retcode

str

Code Block
object_retcode_list[length(object_retcode_list) - 1]

object_retcode_list

object

str

Code Block
substring(object_retcode, 0, (length(object_retcode) - length(retcode) - 1))

object_retcode

retcode

hostchain

str

 

 

tag

str

 

 

rawMessage

str