osquery-configuration icon indicating copy to clipboard operation
osquery-configuration copied to clipboard

Unkown kind 'options'

Open er4z0r opened this issue 2 years ago • 1 comments

I just started with fleetdm and osquery.

# fleetctl --version
fleetctl - version 4.10.0
  branch: 	HEAD
  revision: 	67827474c22b61a08f112e682b994aa3e9356133
  build date: 	2022-02-14
  build user: 	runner
  go version: 	go1.17.7

I tried to apply the options.yml as specified in the documentation which results in the following message:

# fleetctl apply -f Fleet/Endpoints/options.yaml 
unknown kind "options"

Is this expected? Did I miss something?

er4z0r avatar Feb 23 '22 10:02 er4z0r

I think this yaml file is using an outdated format for options.yaml -- try just running fleetctl get options to see what the current options.yaml format looks like and copy over the options to the new format

clong avatar Feb 24 '22 06:02 clong