Note: | Event Persistence is not supported on Elasticsearch clusters with Shield enabled. |
Parameter | Description | ||
Service Name | Custom name for the new service. Specify a unique service name that starts with a character. Valid separator characters are periods (.) and dashes (-). The service name is not case-sensitive.
| ||
Service Description | Custom description for the new service. | ||
Cluster Host | The host of the Elasticsearch server. | ||
Cluster Port | The port number of the Elasticsearch server. The default value is 9300. | ||
Cluster Name | The name of the Elasticsearch cluster. | ||
Index Name | The name of the index in which the events will be stored. | ||
Core threads | The number of threads to keep in the pool at all times. The default value is 5. | ||
Maximum Threads | The maximum number of threads on which to run bulk indexing tasks. The default value is 10. | ||
Queue Size | The size of the thread pools work queue. A value of 0 indicates an unlimited queue. A value other than 0 sets the number of pending bulk indexing tasks that can be queued before the processing thread blocks. The default value is 10. | ||
Keep Alive(sec) | Sets the time limit for which threads may remain idle before being terminated. The default value is 5. | ||
Pre-Start Core Threads | Whether the core threads must be started immediately rather than as work is pulled from the queue. Possible values are true or false (default). | ||
Batch Size | The number of events that are written to Elasticsearch with a single write operation. The default value is 1000.
| ||
Batch Write Timer Sec(sec) | Batch write frequency in seconds. The default value is 15.
|