I made an update today using an established proces...
# fleet
s
I made an update today using an established process that's worked for years and encountered a new error message. I can't seem to find anything related to target_id in any online documentation. Any suggestions on how to address the
target_id
column Fleet is looking for? Or is the path forward converting query/packs to the updated consolidated query/schedule format?
Copy code
Error: applying packs: POST /api/latest/fleet/spec/packs received status 422 Validation Failed: Error 1048 (23000): Column 'target_id' cannot be null
The target context for the packs are:
Copy code
targets:
    labels:
      - macOS
Copy code
targets:
    labels:
      - MS Windows
m
Hi @sean.cavanaugh, what version of Fleet are you running?
s
Sorry missed this @Mason Buettner - v4.73.1
Would love to be able to continue to use packs, would be a bit of work to convert to the combined format and update all the things downstream
u
@Sean you'll need to specify the ID for the labels that you're targeting with the pack. Let me know if I can help find the ID.