Upgrading Elasticsearch
Also available as:
PDF

Changes to Supported Elasticsearch Properties Resulting from Migrating From Transport to REST Client

Hortonworks Cybersecurity Platform (HCP) has migrated the Elasticsearch Java client from the Transport client to the new Java REST client. This migration changed some of the supported properties. You will need to modify some of your Elasticsearch properties to support the new REST client.

The following table provides a mapping of the old Elasticsearch properties to the new supported properties:

Old Property New Property
transporting N/A
N/A connection.timeout.millis
N/A socket.timeout.millis
N/A max-retry.timeout.millis
N/A num.cient.connect.threads
es.client.class N/A
es.xpack.username xpack.username
es.xpack.password.file xpack.password.file
xpack.security.transport.ssl.enabled ssl.enabled
xpack.ssl.key N/A
xpack.ssl.certificate N/A
xpack.ssl.certificate_authorities N/A
N/A keystore.type
keystore.path keystore.path
N/A keystore.password.file