Hi All, Is there any direct way to export data from the Elasticsearch index to Googlesheets (not from google sheets to elasticsearch) based on a defined iterval without using any ETL tool or script? Something like G-connector exports salesforce data to google sheet.
Elasticsearch does not have a direct way to export to Googlesheets. You would need to create a script to extract data or use logstash to read from Elasticsearch then output to csv.