fleet/schema/tables/parse_xml.yml
Rachael Shaw 895d4bc2f7
Use "Fleet's agent (fleetd)" naming in the docs (#18138)
For #16512

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-04-29 11:12:03 -05:00

29 lines
No EOL
748 B
YAML

name: parse_xml
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: Parses a file as an XML document.
platforms:
- darwin
- windows
- linux
evented: false
columns:
- name: path
description: Path of the file to read.
required: true
type: text
- name: fullkey
description: Key including any parent keys.
required: false
type: text
- name: parent
description: Parent key when keys are nested in the document.
required: false
type: text
- name: key
description: XML key
required: false
type: text
- name: value
description: XML value
required: false
type: text