Elasticsearch
To write your transformed data into an Elasticsearch index using Upsolver, you must first create a connection that provides the appropriate credentials to access your cluster.
Syntax
Jump to
Connection options
CONNECTION_STRING
— editable
CONNECTION_STRING
— editableType: text
The connection string to use when connecting to the cluster.
Format:
USER_NAME
— editable with password
USER_NAME
— editable with password
Type: text
The user to authenticate to the cluster.
PASSWORD
— editable with user_name
PASSWORD
— editable with user_name
Type: text
The password for the user.
COMMENT
— editable
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
Example
Last updated