I am trying to add custom keys/values in a sensu client via the sensu API:
curl -X POST localhost:4567/clients -d '{"name":"test-sensu","address":"test-address","subscriptions":[], "custom":"value"}'
The custom label is added (along with a "keepalives" : false) but a few seconds later, when the next keepalive for this client is received, the label gets discarded.
Does this mean that dynamic context data is only allowed for JIT clients?