https://github.com/osquery/osquery logo
Title
d

Dhruv Rathod

11/19/2021, 5:31 AM
Hi all. Is it possible to send
host_identifier
in all requests from osquery to the tls server? Like, it only sends node_key, but I also want osquery to send other values everytime, is it possible to set with any flag?
a

alessandrogario

11/19/2021, 1:53 PM
d

Dhruv Rathod

11/21/2021, 4:22 PM
not actually 😅, if I'm understanding this rightly, decorators will only be useful for appending with queries(results, logs, etc.), but not with every https request(while sending to config, logger, distributed read/write endpoints) that osquery sends to the server