Peter
10/19/2023, 12:02 PM/opt/path/%%, start osquery, and then create /opt/path/ as well as a new file under this path (/opt/path/example.test), these events donāt appear to ever be recorded by osquery. The same applies if I use the full-path to a file (/opt/path/example.test) in the osquery configuration, but which doesnāt exist when osquery starts.
Iām running OSQuery 5.9.1 using a 6.2.0 Kernel. Is this a known quirk, or is there something Iām doing wrong here? šPeter
10/19/2023, 12:03 PM/opt/path/ parent path exists at the time osquery starts, then the rule works without issue.John Speno
10/19/2023, 12:07 PMPeter
10/19/2023, 12:13 PMLucas Rodriguez
10/19/2023, 12:14 PMLucas Rodriguez
10/19/2023, 12:15 PMprocess_file_events in particular.)Peter
10/19/2023, 12:15 PMSELECT * FROM file_eventsJohn Speno
10/19/2023, 12:15 PMprocess_file_events is the table I was interested in. šLucas Rodriguez
10/19/2023, 12:16 PMLucas Rodriguez
10/19/2023, 12:17 PMCurrently, usingAh gotcha.(edited)SELECT * FROM file_events
Peter
10/19/2023, 3:39 PMprocess_file_events? šPeter
10/19/2023, 3:44 PM