Class GcsDataSourcePlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.xpack.esql.datasource.gcs.GcsDataSourcePlugin
All Implemented Interfaces:
Closeable, AutoCloseable, DataSourcePlugin

public class GcsDataSourcePlugin extends Plugin implements DataSourcePlugin
Data source plugin providing Google Cloud Storage support for ESQL. Supports the gs:// URI scheme.

Usage in ESQL:

   EXTERNAL "gs://my-bucket/data/sales.parquet"
   EXTERNAL "gs://my-bucket/data/sales.parquet" WITH (credentials="{ ... service account JSON ... }", project_id="my-project")