list_fields
List event fields referenced by Sigma rules, showing which rules and sources use each field. Apply optional pipelines first to match engine names.
Instructions
List the event fields referenced by Sigma rules, with provenance (which rules and source kinds reference each field). Optional pipelines are applied first so the field names match what the engine evaluates. Accepts inline yaml or a file/directory path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a Sigma file or directory. Mutually exclusive with `yaml`. | |
| yaml | No | Inline Sigma YAML. Mutually exclusive with `path`. | |
| pipelines | No | Processing pipelines to apply before extracting fields. | |
| include_filters | No | Include fields referenced by filter rules. Defaults to true. |