- **`useSSL`** *(boolean)*: Indicates whether to use SSL when connecting to ElasticSearch. By default, we will ignore SSL settings. Default: `False`.
- **`verifyCerts`** *(boolean)*: Indicates whether to verify certificates when using SSL connection to ElasticSearch. Ignored by default. Is set to true, make sure to send the certificates in the property `CA Certificates`. Default: `False`.
- **`useAwsCredentials`** *(boolean)*: Indicates whether to use aws credentials when connecting to OpenSearch in AWS. Default: `False`.
- **`searchIndexMappingLanguage`**: Recreate Indexes with updated Language. Refer to *../configuration/elasticSearchConfiguration.json#/definitions/searchIndexMappingLanguage*.
- **`batchSize`** *(integer)*: Maximum number of events entities in a batch (Default 1000). Default: `1000`.