ElasticSearch Connector
Documentation
Version: 3
Documentation

EndPoint Count documents


Name

count

Description

No description available

Parameters

Parameter Label Required Options Description
Index Index or Alias Name (choose one --OR-- enter * --OR-- comma seperated names) YES You can enter index name(s) for which you like to perform document count. Enter * (asterisk) to perform search across all indices or comma seperate list (i.e. myidx1,myidx2) or select one from the populated list.
Query Enter Query (JSON Format) YES
Option Value
All Records {"match_all": { } }
Record where comment or name contains TV word {"query_string": {"query": "comment:TV OR name:TV"} }
Record with comment field (attribute exists) {"query_string": {"query": "_exists_:comment"} }
[API reference]

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
count DT_I8 bigint 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.