ElasticSearch Connector
Documentation
Version: 5
Documentation

EndPoint List indexes


Name

list_indexes

Description

Lists indexes

Parameters

Parameter Label Required Options Description
There are no parameters

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Name DT_WSTR nvarchar(4000) 4000 False
Uuid DT_WSTR nvarchar(50) 50 False
Status DT_WSTR nvarchar(50) 50 False
Health DT_WSTR nvarchar(50) 50 False
Pri DT_I4 int False
Rep DT_I4 int False
DocsCount DT_I4 int False
DocsDeleted DT_I4 int False
StoreSize DT_WSTR nvarchar(50) 50 False
PriStoreSize DT_WSTR nvarchar(50) 50 False
Type DT_WSTR nvarchar(10) 10 False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.

Examples

SSIS

Use ElasticSearch Connector in API Source component to read data or in API Destination component to read/write data:

List indexes using API Source

ElasticSearch
List indexes
SSIS API Source - Read from table or endpoint

List indexes using API Destination

ElasticSearch
List indexes
SSIS API Destination - Access table or endpoint