Elasticsearch

Elasticsearch integration on indie.money — index, search, and manage documents and indices

Written By pvdyck

Last updated About 1 hour ago

Elasticsearch

Supported — Create, read, update, delete, and search documents, plus manage indices

NodesElasticsearch
AuthBasic Auth (username + password) via Secure Vault

Credential Setup

When configuring the Elasticsearch credential in Secure Vault, provide:

  • Username — The username for your Elasticsearch deployment
  • Password — The password for that username
  • Base URL — Your Elasticsearch endpoint, e.g. https://mydeployment.es.us-central1.gcp.cloud.es.io:9243 (shown as the deployment "endpoint" in the Elastic dashboard)
  • Ignore SSL Issues (Insecure) — Whether to skip SSL certificate validation when connecting

Operations

  • Document — Create, Delete, Get, Get All (search), Update
  • Index — Create, Delete, Get, Get All

Document Create and Update support defining fields explicitly or auto-mapping the incoming item data, and can be batched via the bulk option. Document Get All accepts a JSON query and supports returning all matching hits or a fixed limit.

Compatibility

All operations supported.