Elasticsearch
Distributed search and analytics engine for indices, mappings, query searches, and cluster connectivity checks.
Handles log and search workflows that list available indices, inspect index schemas, query data with filters, and verify cluster health.
Sign in to connect Elasticsearch
Sign in to connect an account and start using Elasticsearch in your apps.
Example Use Cases
These are example ways Snow can use Elasticsearch when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to get the complete schema/mapping of a specific Elasticsearch index. Use when you need to understand the structure, field types, and mappings of an index.
Tool to list all available Elasticsearch indices. Use when you need to get a list of indices in your Elasticsearch cluster, optionally filtering by pattern, health status, or other criteria.
Tool to ping the Elasticsearch cluster and check if it is running. Use when you need to verify cluster connectivity and health status before performing operations.
Tool to query an Elasticsearch index with various filters, time ranges, and pagination support. Use when you need to search for documents in an index with complex filtering criteria.