ES CLI
Commands

Overview

Explore the command surface of the independent, unofficial open-source ES CLI, grouped by functional area.

Every command supports -h/--help. Commands that render API data accept -o json|yaml; es node hot-threads remains plain text.

Connectivity & configuration

es cluster health -o json       # cluster reachability and health
es config list-profiles         # configured connections
es config use-profile staging   # switch the active profile
es version                      # CLI build information

Groups

This is a curated tour. Use es <group> --help and es <group> <command> --help for exhaustive usage and flags.

On this page