Konstantin
09/05/2018, 10:48 AMbrandon
09/05/2018, 8:35 PMfleetctl convert -f /path/to/osquery.conf > osquery.yml
fleetctl apply -f osquery.yml
If you haven't done this before, you may have to fleetctl config set --address <https://your.fleet.address>
and fleetctl login
Konstantin
09/05/2018, 8:43 PMfleetctl convert
not works for this config. It returns almost empty yml
cat osquery.conf.yml
---
apiVersion: v1
kind: pack
spec:
name: osquery
targets:
labels: null
fleetctl convert
did job perfectly.brandon
09/06/2018, 9:37 PM