meshctl hubble observe

meshctl hubble observe

Observe provides visibility into flow information on the network and application level.

meshctl hubble observe [flags]

Options

      --all              Get all flows stored in Hubble's buffer. Note: this option may cause Hubble to return a lot of data. It is recommended to only use it along filters to limit the amount of data returned.
      --cluster string   Filter flows by cluster name
      --first uint32     Get first N flows stored in backend's buffer.
  -f, --follow           Follow flows output
  -h, --help             help for observe
      --last uint32      Get last N flows stored in the backend's buffer (default 20).
      --since string     Filter flows since a specific date. The format is relative (e.g. 3s, 4m, 1h43,, ...) or one of:
                           StampMilli:             Jan _2 15:04:05.000
                           YearMonthDay:           2006-01-02
                           YearMonthDayHour:       2006-01-02T15-07:00
                           YearMonthDayHourMinute: 2006-01-02T15:04-07:00
                           RFC3339:                2006-01-02T15:04:05-07:00
                           RFC3339Milli:           2006-01-02T15:04:05.999-07:00
                           RFC3339Micro:           2006-01-02T15:04:05.999999-07:00
                           RFC3339Nano:            2006-01-02T15:04:05.999999999-07:00
                           RFC1123Z:               Mon, 02 Jan 2006 15:04:05 -0700
                          
      --until string     Filter flows until a specific date. The format is relative (e.g. 3s, 4m, 1h43,, ...) or one of:
                           StampMilli:             Jan _2 15:04:05.000
                           YearMonthDay:           2006-01-02
                           YearMonthDayHour:       2006-01-02T15-07:00
                           YearMonthDayHourMinute: 2006-01-02T15:04-07:00
                           RFC3339:                2006-01-02T15:04:05-07:00
                           RFC3339Milli:           2006-01-02T15:04:05.999-07:00
                           RFC3339Micro:           2006-01-02T15:04:05.999999-07:00
                           RFC3339Nano:            2006-01-02T15:04:05.999999999-07:00
                           RFC1123Z:               Mon, 02 Jan 2006 15:04:05 -0700
                          

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