Hi :wave: I’m using `ec2_instance_tags` to decorat...
# general
j
Hi 👋 I’m using
ec2_instance_tags
to decorate the hosts (during
load
), but it seems that some hosts miss one or more of the decorations, but I’m not sure why. I know the tags exist due to how the hosts are provisioned. The configuration (and decorators) the hosts use is pushed using fleet when they register, the default one they have does not include the decorations, don’t know if it could be related, but since only some of the decorations are missing, doesn’t seem related. I’m guessing that changing from
load
to
always
would probably fix this, but that would also increase the load for no reason, because the tags never change during a machine’s lifetime
a
could you try to use
osqueryi --verbose
to replicate the issue on that host?
j
let me check…
tried it with a config that had some decorators, no issues. After restarting the daemon it works fine and they get sent