We are getting empty snapshots for Evented tables ...
# fleet
s
We are getting empty snapshots for Evented tables like process_events, file_events in Security Onion Fleetdm. Can anyone suggest some solution?
k
Hi. @Sheetal Savagaonkar! What version of Fleet are you using? Can you give me an example of a query that's effected by this issue?
s
Sorry for the delay in responding. We are using Fleet - 4.10.0 version.
Sample query will be - select * from file_events;
k
That's a fairly beefy query. What happens if you try something a little less intense like
SELECT version FROM os_version
? Are you seeing any errors in the Fleet logs?
s
I am able to get the results for the above query. I am facing issue only with Evented tables in Osquery.
Also, when I am trying to execute the queries from standalone Osquery with the flagfile and configuration file, I am able to get the results. But I am not able to get the results in FleetDM in SecurityOnion. Also, it is not clear from documentation if we can set the flagfile and config_file configurations.
Any solution please
k
I'm so sorry about the delay in getting back to you on this! Can you upgrade Fleet to the most current version, then test again and look for any errors in the logs? It sounds like there may be issues with timeouts somewhere along the way.