I'm using the Google sheets add-on "Spreadsheets to Elasticsearch" to upload a Google sheet to Elasticsearch. I'm able to "successfully" upload the spreadsheet, however, when looking in Elasticsearch the index appears without any data (0 documents).
My data looks like this:
When I click "The data is accessible here", I see the following (which obviously doesn't contain the data I attempted to upload:
But I'm not sure if this is doing anything; when I push my data using the names you indicated, I still ended up with an empty index (using curl -XGET localhost:9200/test-index/_search)
The first response you get, i.e. {"acknowledged": true} is a good sign and indicates that the template was installed successfully.
Can you reinstall the template again AND make sure to leave the "Template name" input field empty when pressing the "Push to cluster" button.
Also did you make sure to select a valid data range in your spreadsheet before pressing the button? Can you screenshot your "Send Data to Cluster" panel?
I re-installed the template (exactly as previously, leaving in "test-template" at the start of the code. I still do not see any data in the index when pushing the table. Here is the screenshot:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.