LinuxCommandLibrary

elasticsearch-node

Low-level node recovery and cluster operations

TLDR

Repurpose node as voting-only

$ elasticsearch-node repurpose
copy
Detach node from cluster
$ elasticsearch-node detach-cluster
copy
Override cluster state version
$ elasticsearch-node override-version
copy
Remove custom metadata
$ elasticsearch-node remove-customs
copy
Unsafe bootstrap cluster
$ elasticsearch-node unsafe-bootstrap
copy

SYNOPSIS

elasticsearch-node command [options]

DESCRIPTION

elasticsearch-node performs low-level operations on an Elasticsearch node. Used for recovery scenarios when the cluster is not functioning normally.

PARAMETERS

-E setting=value

Override configuration setting.

SUBCOMMANDS

repurpose

Change node roles.
detach-cluster
Detach from cluster.
override-version
Override version check.
remove-customs
Remove custom metadata.
unsafe-bootstrap
Unsafely bootstrap cluster.

CAVEATS

These commands can cause data loss. Only use when following official Elasticsearch documentation for specific recovery procedures.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community