Creating a Elasticsearch Database

This page covers the configuration specific to Elasticsearch — its Database Mode and any engine-specific settings shown below. The rest of the creation flow — opening the wizard, namespace and name, version, machine profile, storage, and optional features — is the same for every engine and is documented in Common Steps.

Database Mode

Select the topology under Database Mode:

  • Combined — A single pool of nodes that perform all roles (master, data, ingest). Simpler; best for smaller deployments.
  • Topology — Role-separated nodes split into Master, Data, and Ingest tiers, each scaled and resourced independently.

Topology mode selected showing Master, Data, and Ingest node panels

NodeDescription
MasterManages cluster state and coordination.
DataStores shards and serves indexing/search traffic.
IngestPre-processes documents via ingest pipelines before indexing.

Each tier has its own Number of Replicas, Storage size, Machine, CPU, and Memory fields. You may also select the security Auth Plugin (e.g., X-Pack, OpenSearch, OpenDistro, SearchGuard).

Elasticsearch Settings

Elasticsearch auth plugin selection

FieldDescription
Auth PluginThe security plugin / distribution: X-Pack, OpenSearch, OpenDistro, or SearchGuard. Determines the security implementation.
Disable Kernel DefaultsSkip the default vm.max_map_count and related kernel tuning applied via an init container.

Create a Elasticsearch Database

  1. Open the wizard and select Elasticsearch — see Getting Started and Select a Database Type.
  2. Set the namespace and name.
  3. Pick the database version and the Database Mode described above, then set the machine profile and storage — see Configure the Database.
  4. Optionally configure Advanced Configuration (labels, deletion policy, credentials, point-in-time recovery) and Additional Options (monitoring, backup, TLS, gateway).
  5. Click Deploy.