log_fields
List extracted log fields available for query filters. Use this to discover valid field names before searching or aggregating log events.
Instructions
[READ] List the extracted fields available to use in query filters.
Use this to discover valid field names before filtering log_search / log_aggregate. Returns the family list envelope {items, returned, limit, total, truncated, hint}; each item is {name}. No limit — every matching field is returned, so truncated is always false: this is the complete field list, not a page. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Log Insight target name as spelled in ~/.vmware-log-insight/config.yaml. Omit to use that file's default_target — with no default configured, omitting it is an error that lists the configured names. | |
| name_filter | No | Case-insensitive substring matched against the field name. Omit to return every field this appliance extracts. Field extraction is deployment-specific, so a name absent here does not exist for this target no matter what it is called elsewhere. |