Retrieve document from Elasticsearch.
Application
Elasticsearch
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Index ID | ID of the index containing the document to retrieve | Text (Short) | Yes | |
Document ID | ID of the document to retrieve | Text (Short) | Yes | |
Simplify? | Whether to return a simplified version of the response instead of the raw data | True/False | No | |
Source excludes | Comma-separated list of source fields to exclude from the response | Text (Long) | No | |
Source includes | Comma-separated list of source fields to include in the response | Text (Long) | No | |
Stored fields? | Whether to retrieve the document fields stored in the index rather than the document _source. Defaults to false | True/False | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A