For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai replicas log-fields

List available fields in structured logs

Synopsis

Scan recent logs and list the extra top-level fields present in structured (JSON) log entries.

Use the reported field names with 'iai replicas logs --fields' to include them in output.

iai replicas log-fields <replica_name> [flags]

Examples

  iai replicas log-fields my-service-abc123
  iai replicas log-fields my-service-abc123 --since 1h

Options

  -h, --help                  help for log-fields
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name that owns the service
      --since string          Relative duration to scan (e.g. 5m, 1h) (default "1h")

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?