Skip to main content

Create document in Elasticsearch

Create document in Elasticsearch.

Application

  • Elasticsearch

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
Index IDID of the index to add the document toText (Short)Yes
Data to sendWhether to insert the input data this node receives in the new rowPredefined Choice ListNo
Inputs to ignoreList of input properties to avoid sending, separated by commas. Leave empty to send all propertiesText (Long)No
Field name 1Text (Short)No
Field value 1Text (Long)No
Field name 2Text (Short)No
Field value 2Text (Long)No
Field name 3Text (Short)No
Field value 3Text (Long)No
Document IDID of the document to create and add to the indexText (Short)No
RoutingTarget this primary shardText (Short)No
TimeoutPeriod to wait for active shards. Defaults to one minute. See documentation for details. https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-unitsText (Short)No
Pipeline IDID of the pipeline to use to preprocess incoming documentsText (Short)No
RefreshIf true, Elasticsearch refreshes the affected shards to make this operation visible to search,if wait_for then wait for a refresh to make this operation visible to search,if false do nothing with refreshesPredefined Choice ListNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A