Files
2024-12-13 21:34:24 -03:00

28 lines
954 B
YAML

name: nftables
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
description: Show configuration for Linux `nftables` network filters in JSON flattened format. (Added in fleetd 1.37.0.)
platforms:
- linux
evented: false
columns:
- name: fullkey
description: Flattened full key with '/' as separator, e.g. `nftables/0/metainfo/json_schema_version`.
required: false
type: text
- name: parent
description: Parent key when keys are nested in the document.
required: false
type: text
- name: key
description: JSON key or array index.
required: false
type: text
- name: value
description: JSON value
required: false
type: text
- name: query
description: Specifies a query to flatten with. This is used both for re-writing arrays into maps, and for filtering.
required: false
type: text