Agentic Service Discovery

Resources

E

Elasticsearch

by Elastic N.V.

Connect agents to Elasticsearch for full-text search, log analytics, and vector/semantic search.

DatabasesFree / PaidAPI keysearchanalyticsfull-textvectorlogsdatabase

How agents use Elasticsearch

  • Semantic and full-text search over large document collections
  • Log analysis and anomaly detection in application telemetry
  • Real-time indexing of agent-generated content for later retrieval
  • Aggregation and analytics over structured event data
  • Vector search for RAG (retrieval-augmented generation) workflows

Agent actions

Search DocumentsExecute a full-text, term, or vector search query against an index

Inputs: index, query, size, from, sort, source

Returns: hits, total, maxScore, took

Index DocumentAdd or replace a document in an Elasticsearch index

Inputs: index, document, id, refresh

Returns: id, index, result, version

Get DocumentRetrieve a specific document by ID

Inputs: index, id

Returns: document, found, version

Update DocumentPartially update an existing document

Inputs: index, id, doc, upsert

Returns: result, version

Delete DocumentDelete a document from an index by ID

Inputs: index, id

Returns: result

Bulk OperationsPerform multiple index/update/delete operations in a single request

Inputs: operations, refresh

Returns: succeeded, failed, errors, took

Delete by QueryDelete all documents matching a query

Inputs: index, query

Returns: deleted, failures

Count DocumentsCount documents matching a query

Inputs: index, query

Returns: count

Example workflows

1

Product search

Full-text search across product catalog with filters and ranking

2

Log analysis

Query application logs to surface errors and anomalies

About Elasticsearch

Vendor
Elastic N.V.
Pricing Always review details with the vendor
Free / PaidElastic Cloud offers a 14-day free trial. Self-hosted is open-source (free). Cloud plans start at ~$95/month.
Authentication
API key
Rate limit Always review details with the vendor
1000 requests / minute
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with Elasticsearch

Use the Agentic Planner to design, visualize, and connect Elasticsearch with your other tools.

Open Agentic Planner

Related Databases tools

Elasticsearch AI Agent Integration | Fugentic