You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Node
Description
Master
Manages cluster state and coordination.
Data
Stores shards and serves indexing/search traffic.
Ingest
Pre-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
Field
Description
Auth Plugin
The security plugin / distribution: X-Pack, OpenSearch, OpenDistro, or SearchGuard. Determines the security implementation.
Disable Kernel Defaults
Skip the default vm.max_map_count and related kernel tuning applied via an init container.