Skip to main content

Retrieve index from Elasticsearch

Retrieve index from 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 retrieveText (Short)Yes
Allow no indices?If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or _all value. Defaults to trueTrue/FalseNo
Expand wildcardsType of index that wildcard expressions can match. Defaults to openPredefined Choice ListNo
Flat settings?Whether to return settings in flat format. Defaults to falseTrue/FalseNo
Ignore unavailable?Whether to request that target a missing index return an error. Defaults to falseTrue/FalseNo
Include defaults?Whether to return all default settings in the response. Defaults to falseTrue/FalseNo
Local?Whether to retrieve information from the local node only. Defaults to falseTrue/FalseNo
Master timeoutPeriod to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to 1m. See the Elasticsearch time units referenceText (Short)No

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