Elasticsearch to Google sheets

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.

@SUMANT_MISHRA

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.

Elasticsearch Integrations

Logstash Elasticsearch input plugin

Logstash CSV output plugin

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.