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

The tags beginning with proxy.haproxy identify events generated by HAProxy Enterprise belonging to HAProxy.

Valid tags and data tables 

The full tag must have at least 6 levels. The first two are fixed as proxy.haproxy. The third level identifies the type of events sent and the rest of them indicate the event subtypes.

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

Product / Service

Tags

Data tables

HAProxy Enterprise

proxy.haproxy.clf.a.b.c

proxy.haproxy.clf

proxy.haproxy.clf.a.b.c.sumo

proxy.haproxy.http.a.b.c

proxy.haproxy.http

proxy.haproxy.http.a.b.c.rfc5424

proxy.haproxy.tcp.a.b.c

proxy.haproxy.tcp

For more information, read more About Devo tags.

Table structure

These are the fields displayed in these tables:

  • proxy.haproxy.clf

  • proxy.haproxy.http

  • proxy.haproxy.tcp

proxy.haproxy.clf

Field

Type

Source field name

Extra fields

eventdate

timestamp

 

environment

str

venv

serverName

str

vapp

clone

str

vclon

message

str

 

srcIp

ip4

 

srcPort

str

 

dstIp

ip4

 

dstPort

str

 

description

str

 

serverdate

str

 

pid

str

 

machine

str

 

protocol

str

 

messageId

str

 

sourceName

str

 

sourceHost

str

 

sourceCategory

str

 

messageTime

str

 

receiptTime

str

 

sourceId

str

 

collectorId

str

 

count

str

 

format

str

 

view

str

 

encoding

str

 

hostchain

str

 

tag

str

 

rawMessage

str

rawSource

proxy.haproxy.http

Field

Type

Source field name

Extra fields

eventdate

timestamp

 

environment

str

venv

serverName

str

vapp

clone

str

vclon

serverdate

str

 

machine

str

 

srcTag

str

 

pid

str

 

mid

str

 

srcIp

ip4

 

srcPort

str

 

accept_date

str

 

frontend_name

str

 

backend_name

str

 

server_name

str

 

timers

str

 

tq

str

 

tw

str

 

tc

str

 

tr

str

 

tt

str

 

status_code

str

 

bytes_read

str

 

captured_request_cookie

str

 

captured_response_cookie

str

 

termination_state

str

 

actconn_feconn_beconn_srvconn_retries

str

 

server_queue

str

 

backend_queue

str

 

captured_request_headers

str

 

method

str

 

url

str

 

protocol

str

 

hostchain

str

 

tag

str

 

rawMessage

str

rawSource

proxy.haproxy.tcp

Field

Type

Source field name

Extra fields

eventdate

timestamp

 

environment

str

venv

serverName

str

vapp

clone

str

vclon

serverdate

str

 

machine

str

 

pid

str

 

srcIp

ip4

 

srcPort

str

 

accept_date

str

 

frontend_name

str

 

backend_name

str

 

server_name

str

 

timers

str

 

tw

str

 

tc

str

 

tt

str

 

bytes_read

str

 

termination_state

str

 

actconn_feconn_beconn_srvconn_retries

str

 

server_queue

str

 

backend_queue

str

 

hostchain

str

 

tag

str

 

rawMessage

str

rawSource

  • No labels