Does anyone know if there is a way to create custo...
# kolide
t
Does anyone know if there is a way to create custom labels using
fleetctl
s
Here's an example in YAML
Copy code
---
apiVersion: v1
kind: label
spec:
  name: all
  query: SELECT 1;
Then
fleetctl apply -f your_label.yml
👍 1