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

« Previous Version 11 Next »

[ Introduction ] [ Valid tags and data tables  ] [ Table structure ]

Introduction

The tags beginning with db.mysql identify events generated by the MySQL Server.

Valid tags and data tables 

The full tag must have at least three levels. The first two are fixed as db.mysql. The third level identifies the log type/format.

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

Product / Service

Tags

Data tables

MySQL

db.mysql.error

db.mysql.error

db.mysql.out

db.mysql.out

db.mysql.slow

db.mysql.slow

For more information, read more about Devo tags.

Table structure

These are the fields displayed in these tables:

db.mysql.error

Field

Type

Source field name

Extra field

eventdate

timestamp

 

environment

str

venv

application

str

vapp

clon

str

vclon

rawMessage

str

rawSource

message

str

 

hostchain

str

 

tag

str

 

db.mysql.out

Field

Type

Source field name

Extra field

eventdate

timestamp

 

environment

str

venv

application

str

vapp

clon

str

vclon

rawMessage

str

rawSource

message

str

 

hostchain

str

 

tag

str

 

db.mysql.slow

Field

Type

Source field name

Extra field

eventdate

timestamp

 

environment

str

venv

application

str

vapp

clon

str

vclon

rawMessage

str

rawSource

message

str

 

hostchain

str

 

tag

str

 

  • No labels