Lucas Manuel Rodriguez
Lucas Manuel Rodriguez
We've created #4420 for the M1/Apple support. And this issue will be dedicated to Linux arm64 support.
> fleetctl changes: Universal fleetctl binary for Linux (this might already exist) ~TIL about universal binaries for Linux. Couldn't we do the same for fleetd components? (That is, build `orbit`...
I'm working on the recommendations here (WIP): https://docs.google.com/document/d/1gDbV34VKohU6nzFBYJrtfPfcAWiZK-Smk-1JWCuY3Zs/edit
Recommendations document for configuring osquery and Fleet to prevent data loss: https://docs.google.com/document/d/1gDbV34VKohU6nzFBYJrtfPfcAWiZK-Smk-1JWCuY3Zs/edit
# Deliverables ## Fleet's downtime load test https://docs.google.com/document/d/1J3iF_9ayZtUcrSVqffDeRtgUMgJmJbhfS8H_qRq4ggM/edit ## Recommendations for osquery configuration https://docs.google.com/document/d/1gDbV34VKohU6nzFBYJrtfPfcAWiZK-Smk-1JWCuY3Zs/edit#heading=h.lx4iybtnpj6s ## fleetd The fleetd changes to reduce log noise during Fleet's downtime have been released with...
Is refetching the host before triggering the webhook a must? - Refetching is an expensive (DB write) operation (if done at the same time by thousands of hosts). - Policy...
Plus refetching means (if we implement to refetch only policies): Set a refetch flag for policies, then wait 10s (or whatever the distributed_interval may be, some customers have this be...
https://github.com/osquery/osquery/issues/8055 has been fixed in 5.12.0. Such change fixes the noisy logs in CentOS hosts shown in the description. PS: As a future optimization Fleet should not send the `deb_packages`...
Hi folks. A while ago we agreed to follow this strategy: https://github.com/fleetdm/fleet/blob/main/docs/Contributing/fleetd-development-and-release-strategy.md
@zwass Given [5.12.2](https://github.com/osquery/osquery/releases/tag/5.12.2) draft release is out (which just reverts the related change - https://github.com/osquery/osquery/compare/5.12.1...5.12.2), do we still need to reproduce?