Ojas
04/11/2022, 10:22 AMJojoD
04/11/2022, 3:31 PMcdown512
04/12/2022, 10:17 PMSlackbot
04/13/2022, 1:45 PMSubhash Thapa
04/14/2022, 7:44 AMPiyush Anand
04/19/2022, 10:10 AMAntony Rivera
04/19/2022, 5:33 PMPeter
04/20/2022, 10:28 AMkernel: watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [kauditd:22]Downgrading to Kernel
5.4.0.1068.50
and rebooting the system with no other changes resolves the issue. Subsequent load spikes to not experience this issue. However, if we roll the Kernel forward to an "affected" version, we once again see the soft lockups.Ari Weinberg
04/20/2022, 6:25 PMI0420 11:22:13.001909 6160 eventsubscriberplugin.cpp:492] Found 15 events for subscriber WindowsEventLogPublisher.powershell_events
I0420 11:22:13.533206 6160 events.cpp:70] Skipping subscriber: powershell_events: Required publisher is disabled by configuration
After which it gets stopped by the watchdog, and the whole thing repeats a few seconds later.
Any insights?tokcum
04/21/2022, 5:58 PMallister
04/22/2022, 3:53 AMallister
04/22/2022, 8:17 AMtokcum
04/22/2022, 1:18 PMSELECT 1
WHERE EXISTS (SELECT split(nt.domain_controller_name, "\", 0) AS dc, UPPER(sys.local_hostname) AS host FROM ntdomains nt JOIN system_info sys WHERE dc = host);
Any other ideas or experiences?Gregory Storme
04/22/2022, 1:29 PMSELECT * FROM windows_optional_features WHERE name = 'DirectoryServices-DomainController' AND statename = 'Enabled';
Arnold Sobers
04/22/2022, 1:39 PMJuan Alvarez
04/22/2022, 3:48 PMsyslog_events
table). osquery is configured to send to a tls endpoint, and the tls endpoint stops working for 3 hours. Once the tls endpoint is responsive again, osquery starts sending data but, will it come in any order? Will it start sending older events first and newer after? Or will the order be random? Thanks!Ojas
04/25/2022, 6:22 AMOjas
04/25/2022, 8:08 AMkarthik
04/26/2022, 6:33 PMOjas
04/27/2022, 4:55 AMjarnpher li
04/27/2022, 6:49 AMPiyush Anand
04/28/2022, 5:45 AMPiyush Anand
04/28/2022, 5:45 AMFrancisco Huerta
04/28/2022, 7:19 AMosqueryd.results.log
file that grows in size very quickly. Ideally, the size of the results file should be kept under control.
• I configured the --logger_rotate
and associated options to keep a maximum number of files and their respective sizes in a predictive way (e.g., 10 files of up to 250MiB each). This works well and I see the files created correctly, moving the older ones to the .zst
archives, etc.
• The actual problem is once I hit the total limits (maximum number of files and archives). As stated in the documentation, osquery drops the overflowing events. As much as this being the designed behaviour, I would expect the possibility for osquery to manage the housekeeping of the existing files, giving the choice of working as stated before -i.e., dropping any new events-, or automatically rotating the files, deleting the older ones and always logging newer events.
• Furthermore, in the documentation, it is mentioned the possibility of older files to be removed but I’m not quite getting how this can be enabled… or if I’m interpreting this correctly. The actual reference in https://osquery.readthedocs.io/en/stable/installation/cli-flags/ is under the `--logger_rotate_max_files = 25`: “_[…] If a rotation happens after hitting this max, the oldest file will be removed_.“.
So, the questions, after such long explanations, are: is rotated logs deletion delegated to external tools (as suggested, e.g.,, in here ? What are the recommended best practices in multi-OS environments (e.g., use task manager + cron)? Is there any chance this option to be incorporated into osquery e.g., as an extra flag to the baseline --logger_rotate
functionality?Sheetal Savagaonkar
04/29/2022, 12:51 PMMayan
05/01/2022, 7:18 AMLucas Rodriguez
05/03/2022, 8:09 PMEdmond Musiitwa
05/04/2022, 12:08 PMA
05/04/2022, 12:51 PMZachary
05/09/2022, 1:06 AM