rpk cluster loggers list

List loggers available on a Redpanda broker.

Loggers are discovered by, in order:

  1. Running the local Redpanda binary with --help-loggers (Linux only).

  2. Querying /v1/loggers on the Admin API.

  3. Falling back to a hardcoded list compiled into rpk.

Without --node-id, the request is sent to any broker. Use --node-id to query a specific broker.

Usage

rpk cluster loggers list [flags]

Flags

Value Type Description

--node-id

int

If set, query the given broker instead of any broker.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.