mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
11 lines
597 B
YAML
11 lines
597 B
YAML
name: falconctl_options
|
|
description: Get information about Crowdstrike Falcon agent installed on the host.
|
|
evented: false
|
|
notes: This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher).
|
|
platforms:
|
|
- linux
|
|
columns:
|
|
- name: options
|
|
description: "The falconctl options to run. Supported values are listed here: `--aid`, `--apd`,`--aph`, `--app`, `--cid`, `--feature`, `--metadata-query`, `--rfm-reason`,`--rfm-state`, `--tags`, `--version`"
|
|
type: text
|
|
required: true
|