
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
JSON to AWS ElasticSearch
I am trying to insert a basic Json String into AWS ElasticSearch. I am using tFileInputJSON--> tLogROW -->tRESTClient to insert the JSON String. The json string with the following value {"id":1, "name":"TestInsert"} has been extracted by tFileInputJSON, displayed by tLogRow but fails on tRESTClient execution.
I have the following populated in tRESTClient
URL = "https://search-abc-syzede.es.amazonaws.com"
Relative Path ="/testindex/doc:9200"
HTTP Method = PUT, Content Type = JSON, Accept Type = JSON
Note: I validated the URL by accessing ElasticSearch through Kibana. While running the talend job i am always getting a connection time out error. Am i using the correct components? Is my approach used to insert data to ES correct ?
Thanks for your input.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Talend support for ElasticSearch RestClient (http protocol) since V 6.4.1
Best regards
Sabrina
