Elasticsearch logo
Database · self-hosted

Elasticsearch in one click.

Elasticsearch is a distributed full-text search and analytics engine you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Elasticsearch?

Elasticsearch is a distributed, RESTful search and analytics engine built on Apache Lucene. It supports full-text search, structured queries, and aggregations and scales horizontally across many nodes.

CategoryDatabase
Default port9200
Container imageelasticsearch:8.15.0

Run Elasticsearch in Even

Even Stacks launches Elasticsearch as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Elasticsearch in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 9200, and serves it over trusted HTTPS at https://elasticsearch.localhost.

Drive Elasticsearch with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Elasticsearch directly, at both the UI level and the container level.

Through the Even MCP an agent can create tables, seed test data, run a migration, or inspect a schema, then tail the logs to confirm it worked. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Elasticsearch and get it ready", and the agent handles it end to end.

How agents reach it: Interact via REST API at http://localhost:9200: GET /_cat/indices to list indices, POST /{index}/_search with a JSON body to query, PUT /{index} to create. Security is enabled by default in v8; retrieve the auto-generated elastic password from docker logs on first start. Data lives in the /usr/share/elasticsearch/data volume.

More Database services

Other one-click services you can launch in Even Stacks.