Elasticsearch
Search, index, and analyze documents in an Elasticsearch cluster using the REST API.
Three ways to use Elasticsearch
Chat with Geni
Ask Geni to pull data, take actions, or answer questions using this integration in a conversation.
Build a workflow
Create automated workflows that trigger on events, run on a schedule, or chain multiple tools together.
Power an app
Use this integration as a data source or action layer behind a dashboard, form, or internal tool.
Supported tools
Actions your AI agents can perform with Elasticsearch.
Bulk Index / Update / Delete
Perform many index, create, update, or delete operations in a single request using the NDJSON bulk format.
Count Documents
Get the number of documents that match a query without returning their content.
Create Index
Create a new index with explicit mappings, settings, and aliases.
Delete Document
Delete a single document by its ID.
Delete Index
Permanently delete one or more indices and all their documents.
Get Document
Retrieve a single document by its ID from an index.