Back to ElasticSearch Integrations
Handler · Version 1

Elasticsearch Document Create ElasticSearch

Download GitHub

About

This handler creates a document in Elasticsearch.

Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered.
Index The index to save the document to.
Type The document type.
ID The document ID. Autogenerated by Elasticsearch if not specified.
Version The document version. Set to one by Elasticsearch if not supplied.
Pipeline ID Elasticsearch Pipeline for preprocessing.
Document JSON: The document details to insert into Elasticsearch, in JSON format.
Results
Name Description
Handler Error Message
Changelog

Elasticsearch Document Create (2017-08-11)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top