Migrating properties
Determine the values required for the properties file of the Socket Java Probe. Use the properties file from the Socket Probe to set the correct values.
Socket Probe |
Socket Java Probe |
Comments |
---|---|---|
BufferTimer |
Property replaced by Generic OMNIbus property BufferTimer. |
|
Delimiter | ParserElementDelimiter |
Property renamed. |
EventTerminator | ParserNextAlarmDelimiter |
Property renamed. |
FdSetSize |
Property deprecated. |
|
Footer | ParserAlarmEnd |
Property renamed. |
Header | ParserAlarmStart |
Property renamed. |
Host |
LocalSocketHost EndpointSocketHost |
Property split into two:LocalSocketHost for Server mode and EndpointSocketHost for Client mode. |
IgnoreQuotes | ParserQuoteCharacter |
Property renamed and behavior changed. The ParserQuoteCharacter property will ignore quote characters when set to 0. |
LineTerminator |
Property deprecated. |
|
MaxEvents |
Property replaced with Probe Framework property MaxEventQueueSize to limit the number of events that can be buffered at one time. |
|
MaxEventSize | MaximumLineSize |
Property renamed and behavior changed. The MaximumLineSize property specifies the maximum line length of incoming text data. |
NoNameResolution | HostNameResolution |
Property renamed. |
NoTrim | ParserTrimElement |
Property renamed. |
ParseAsLines | ParserParseAsLines |
Property renamed. |
ParseNullFields | ParserIgnoreEmptyFields |
Property renamed. |
PollInterval | ConnectTimeout |
Property retry behavior replaced with RetryConnection Timeout property. |
PortNumber |
LocalSocketPort EndpointSocketPort |
Property split into two:LocalSocketPort for Server mode and EndpointSocketPort for Client mode. |
PreserveLine | ParserPreseveLine |
Property renamed. |
ReadTimeOut | ReadTimeout |
Property renamed. |
Retry |
Property replaced with Probe Framework properties RetryCount and RetryInterval. |
|
SingleLines | ParserSingleLines |
Property renamed. |
SocketBuffer | SocketBufferSize |
Property renamed. |
SocketServerMode | SocketMode |
Property renamed. |
StripChars |
ParserStripCharacter ParserReplaceStripChar With |
Property renamed. |
ThreadPoolSize | MaximumPoolSize |
Property renamed. |
Timeout | IdleConnectionTimeout |
Property renamed. |