Amit Shani
11/12/2025, 9:45 AMGray Williams
11/12/2025, 10:46 AMbut the bulk of the data flows directly into a tool like Splunk or ElasticSearch. You can send that information to any of Fleet's supported log destinations.Hopefully I understood your question correctly 🙂.
Amit Shani
11/12/2025, 10:57 AMSELECT * FROM certificates;
now I can set it to snapshot mode which will dump all the 1k+ certificates metadata information from each host (tens of thousands of hosts).
This will use a lot of bandwidth while there are small, if any, changes to this data over time.
On the other hand, if I collect this in diff mode, I get small pieces of updates whenever a new certificate is installed or removed. Instead of being dumped with the whole snapshot every 12h. I can add the diff to my DB, in which I’ll have the current state.
So in essence, my DB data will store the current state/snapshot, while having endpoints sending only changes to the current state. This is leaner, resources-wise.
What am I missing here? 🤔Gray Williams
11/12/2025, 11:12 AMAmit Shani
11/12/2025, 11:18 AMGray Williams
11/12/2025, 11:24 AMAmit Shani
11/12/2025, 12:25 PM