5.23.67. Upload JSON documents to Elastic Search

<< Click to Display Table of Contents >>

Navigation:  5. Detailed description of the Actions > 5.23. Cloud services >

5.23.67. Upload JSON documents to Elastic Search

 

Icon: elasticSearchUpload

 

Function: ElasticSearchUpload

 

Property window:

 

clip1087

 

Short description:

 
Upload JSON documents to Elastic Search.

 

Long Description:

 
This Action also works when accessing the web through a PROXY server: Please consult the section 5.1.9.2. for more details on how to setup the parameter P9 for web-access through a PROXY server.

 
Depending on the value of the parameter P2, this action has 2 different operating modes:
 

The parameter P2 contains one column: The given column contains a complete JSON file to upload to ElasticSearch.
 

The parameter P2 contains several columns: For each input row, Anatella construct a small JSON dictionary based on the column’s names and column’s contents (the dictionary entries are the column’s name and the dictionary values are the column’s contents). This small dictionary is then sent to the ElasticSearch server.