Shawn Maddock
02/05/2024, 5:16 PMJohn Speno
02/05/2024, 6:41 PMShawn Maddock
02/05/2024, 6:42 PMThere are two format options, single, or event, and batched.More info: https://osquery.readthedocs.io/en/stable/deployment/logging/#batch-format
John Speno
02/05/2024, 6:46 PM--logger_event_type=false
command line flag, and not in the config like the other options.John Speno
02/05/2024, 6:46 PMShawn Maddock
02/05/2024, 6:48 PMKathy Satterlee
02/05/2024, 8:41 PM--logger_event_type
rather than set for the individual query. That's why you don't see that option when saving the query in Fleet.
The three options you have there represent the possible combinations of these two values in the query object in the osquery schedule key:
• `removed`: a boolean to determine if "removed" actions should be logged, default true
• `snapshot`: a boolean to set 'snapshot' mode, default falseShawn Maddock
02/05/2024, 8:43 PMKathy Satterlee
02/05/2024, 8:46 PM