Skip to content
OtherReal-timeUpdated May 2026

Elasticsearch

Elasticsearch index and search

Elasticsearch is the open-source distributed search and analytics engine — used everywhere from log analytics (the "E" in ELK stack) to product search to full-text discovery. Tiny Command exposes one action, no triggers: Index Document (add a document to an index — Elasticsearch tokenises, indexes, and makes it searchable). The connection takes the Elasticsearch cluster URL plus auth (API key or basic auth or token). For search-driven workflows that need to index user-generated content, logs, or any other text/structured data for retrieval, this is the indexing path. The search side (full-text queries with filters, aggregations, sorting) is reachable via HTTP action against the same cluster. Elasticsearch's query DSL is powerful but complex; pair with a tool like Kibana for query development before encoding in workflows.

0triggers
1action
≈ 2 minto set up
Freetier · no card
Actions

Do anything Elasticsearch can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Index DocumentAdds a JSON document to an index — Elasticsearch tokenises and indexes it for full-text search and aggregation queries. For high-volume ingestion, use the bulk endpoint via HTTP action which is much more efficient than per-document indexing.
Recipes

Pre-built Elasticsearch workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Elasticsearch once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Elasticsearch field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Elasticsearch integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Elasticsearch to Tiny Command?
Open the Tiny Command workflow builder, drop in a Elasticsearch node, and click Connect. Authorize Elasticsearch once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Elasticsearch triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Elasticsearch today. Use Tiny Command's universal Webhook or Schedule trigger to start Elasticsearch workflows, then run any Elasticsearch action you need.
What Elasticsearch actions can I run from a workflow?
1 Elasticsearch action are available out of the box, covering other operations like "Index Document". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Elasticsearch integration real-time?
Elasticsearch actions execute synchronously inside your workflow. Tiny Command waits for Elasticsearch's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Elasticsearch with Tiny Command?
No. Every Elasticsearch trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Elasticsearch API endpoint directly.
How much does the Elasticsearch integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Elasticsearch integration itself has no per-app surcharge.
Related

More other apps people connect.

Same category as Elasticsearch, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Elasticsearch.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.