Event Stream Processor Parameters

Parameters that you can specify within the ESPOPTIONS.ini configuration file to create a connection to Event Stream Processor.

Parameter Type Description
authType choice (Required) Specifies the method used to authenticate to Event Stream Processor. No default value.
  • UserPassword – user and password parameters are required.
  • ServerRSA – user, keyStore, and keyStoreFile parameters are required.
  • None.
projectUri string (Optional) Specifies the total project uri to connect to Event Stream Processor cluster. For example, esp://hostname:port/workspace/project. No default value.
keyStore string (Optional) Specifies the location of the RSA keystore, and decrypts the password value. Required if authType is set to ServerRSA. No default value.
keyStorePassword string (Optional) Specifies the keystore password, and decrypts the password value. Required if authType is set to ServerRSA. No default value.
user string (Optional) Specifies user name required to log in to Event Stream Processor. Required for any authentication scheme other than none (see authType). No default value.
password string (Optional) Specifies the password required to log in to Event Stream Processor. Required for UserPassword authentication scheme (see authType). No default value.
isEncrypted string (Optional) Specifies whether password is encrypted. Valid values are true or false. If set to true, password is an encrypted field. This ensures that the Server recognizes the password as encrypted text and is able to decrypt the password at runtime. Default value is true.
getBase string (Optional) Specifies whether the Server sends existing data in stream at the time the subscription is set up. Valid values are true or false. If set to true, the Server does not send existing data in the stream. Default value is false.
droppable string (Optional) Specifies whether the Server drops this connection if that client cannot keep up. If set to true, the Server drops the connection. Default value is false.
lossy string (Optional) Specifies whether the Server may discard records if the client cannot keep up. If set to true, the Server discards records. Default value is false.
shineThrough string (Optional) Specifies whether Event Stream Processor sends data for fields which have not changed. If set to true, the Server does not send data. Default value is false.
refreshInterval integer (Optional) Specifies the pulse interval. Event Stream Processor consolidates data and sends it periodically at intervals as specified in milliseconds. A value of 0 or less disables pulsing. No default value.
dateFormat string (Optional) Specifies date format. Default value is YYYY-MM-DDHH24:MI:SS:FF.
timestampFormat string (Optional) Specifies timestamp format. Default value is YYYY-MM-DDHH24:MI:SS:FF.
delimiter string (Required) Used in the publisher command line. Default value is ##.
defaultconnection string (Required) Specifies default connection settings used to connect to the Server. Default value is conn1.
retryInterval integer (Required) Specifies how long to wait to reconnect to the Server if the connection is broken. Default value is 0.
pollinterval (seconds) integer (Required) Specifies how long to wait to poll data. Default value is 0.