Hi Tomi,The Logcollector would transform and send the name-value pairs
it gets from the nwcheckpointprocess to the the logdecoder using
protobuf (http://code.google.com/p/protobuf/) to form the format the
Content 2.0 parser is expecting. This transfo...
Hi Tomi, You are right. The logcollector maps those variables to form
the Syslog message that is then passed to the logdecoder. This mapping
is not available in flat files and it is not possible to change it.
Hi Claude, The time meta format is TimeT so your declaration should be
correct. Depending on the parser logic, you may try to only register the
time meta without running the getTime function and see if the time meta
is registered correctly. You can e...
The process used by the Logcollector service to collect checkpoint
events can be run manually from the Logcollector command line to check
how logs will look like. This service options can be passed in a
configuration file or directly while running th...