Skip to content

meshctl get insights

Page as Markdown

Reference for the ‘meshctl get insights’ command.

meshctl get insights

Get insights from the Gloo Mesh insights system.

meshctl get insights [flags]

Options

      --category stringArray   Filter by category. Comma-separated or multiple flags. Values: System, Health, Best Practice, Security, Routing, Ingress, Resiliency, Configuration
      --cluster stringArray    Filter by cluster name. Comma-separated or multiple flags.
      --codes stringArray      Filter by insight code. Comma-separated or multiple flags. Format: GROUPKEY (e.g. CFG0067) or GROUP/KEY
  -h, --help                   help for insights
      --include-system         Include system insights in the output
      --limit int              Maximum number of insights to return. 0 = all
  -o, --output string          Output format. One of: table|json|csv (default "table")
      --port uint32            Remote gRPC port for gloo-mesh-ui (default 8090)
      --severity stringArray   Filter by severity. Comma-separated or multiple flags. Values: ERROR, WARNING, INFO

Options inherited from parent commands

      --kubeconfig string    Path to the kubeconfig file for the cluster.
      --kubecontext string   Kubernetes context for the cluster to run the command in.
  -n, --namespace string     Namespace to run the command in. (default "gloo-mesh")
      --plain                Disable styling for terminal output.
  -v, --verbose              Enable verbose logging.

SEE ALSO