Difference between revisions of "GVBufferDump"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== GVBuffer dump rules configuration. =={{GVESB}} configuration== The GVBufferDump Element is used by: GVCore. The following table shows its attributes: {|cla...")
 
(No difference)

Latest revision as of 11:20, 1 March 2012

Description

GVBuffer dump rules configuration.

GreenVulcano® ESB configuration

The GVBufferDump Element is used by: GVCore. The following table shows its attributes:

Attribute Type Description
type fixed This attribute must assume the value module.
name fixed This attribute must assume the value BUFFER_DUMP.
log-dump-size optional Default max dump size, in bytes.

If not set noting is dump, if -1 then all buffer is dump.

Contains the sub-element:

ServiceDump

Per service dump configuration.

The following table shows the ServiceDump element's attributes:

Attribute Type Description
id-service required Service name.

The attribute's value can't be null.

log-dump-size optional Max dump size, in bytes.

If not set noting is dump, if -1 then all buffer is dump.

Contains the sub-element:

ClientDump

Per service's client dump configuration.

The following table shows the ClientDump element's attributes:

Attribute Type Description
id-system required Client name.

The attribute's value can't be null.

log-dump-size optional Max dump size, in bytes.

If not set noting is dump, if -1 then all buffer is dump.

Might contain the sub-element Description.