INFOWATCH Profiles

<< Click to Display Table of Contents >>

Navigation:  Sensor Settings > Capture Results Delivery > Manual Setup (Config File) >

INFOWATCH Profiles

A sample setup of a delivery profile using INFOWATCH protocol is provided below:

<Profile name="iwtm-transport_1" enabled="true" default="false">
   <Option name="protocol" value="iwthrift" />
   <Option name="iwthrift-server" value="10.101.100.196" />
   <Option name="iwthrift-port" value="9101" />
   <Option name="iwthrift-company" value="microolap" />
   <Option name="iwthrift-token" value="" />
   <Option name="capture-server-ip" value="10.100.101.68" />
   <Option name="capture-server-host" value="sensor.chg" />
   <Option name="keep-connection" value="true" />
   <Option name="save-headers" value="none" />
   <Option name="profile-fail-timeout" value="10" />
   <Option name="go-profile-weight" value="1" />
   <Option name="go-profile-reserve" value="true" />
</Profile>

Description of INFOWATCH Traffic Monitor profile options:

protocol

Defines the data transfer protocol. In this case, it is iwthrift

iwthrift-server

The IP address or domain name of the INFOWATCH Traffic Monitor server

iwthrift-port

The INFOWATCH Traffic Monitor server port

iwthrift-company

The login name to access the INFOWATCH Traffic Monitor server

iwthrift-token

The password to access the INFOWATCH Traffic Monitor server

capture-server-ip

The IP address of the Microolap EtherSensor server. It allows the InfoWatch Traffic Monitor server to distinguish instances of the same data source.

capture-server-host

The DNS name of the Microolap EtherSensor server. It allows the InfoWatch Traffic Monitor server to distinguish instances of the same data source.

keep-connection

This option is recommended for improved performance in the event of a large message stream. Instructs the system to send messages using the same connection to the server that is used to receive messages. If this option is disabled, each message will be sent via a separate TCP connection.

save-headers

Enables/disables saving of standard message headers, as well as X-Sensor headers, in a separate message attachment named microolap_msis_headers.txt.

Possible values:

all

Saves all message headers

xsensor

Saves headers with the X-Sensor prefix

other

Saves standard headers (From, To, Cc, Bcc) and also any others to which xsensor settings don't apply

none

Disables saving of headers in a separate attachment.

profile-fail-timeout

Defines the timeout for message delivery in the event of receiver rejection. Provide a value in seconds.

go-profile-weight

Determines a ratio for distribution of messages among receivers. Possible values are from 1 to 10. The setting is valid only when used in a group profile.

go-profile-reserve

Enables/disables the use of the reserve profile. If this setting is enabled and the main (non-reserve) delivery profiles fail, this profile will be used for data delivery. The setting is valid only when used in a group profile.