mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Editor Pass - Add osquery.min_software_last_opened_at_diff configuration option (1) (#5416)
Editor pass for: https://github.com/fleetdm/fleet/pull/5394 - docs/Deploying/Configuration.md
This commit is contained in:
parent
2feb1256f3
commit
a986615a7d
@ -1199,7 +1199,7 @@ Applies only when `osquery_enable_async_host_processing` is enabled. Order of ma
|
||||
|
||||
##### osquery_min_software_last_opened_at_diff
|
||||
|
||||
Minimum time difference between the software's "last opened at" timestamp reported by osquery and the last timestamp saved for that software on that host. This helps minimize the number of updates required when a host reports its installed software information, resulting in less load on the database. If there is no existing timestamp for the software on that host (or if the software was not installed on that host previously), the new timestamp is automatically saved.
|
||||
The minimum time difference between the software's "last opened at" timestamp reported by osquery and the last timestamp saved for that software on that host helps minimize the number of updates required when a host reports its installed software information, resulting in less load on the database. If there is no existing timestamp for the software on that host (or if the software was not installed on that host previously), the new timestamp is automatically saved.
|
||||
|
||||
- Default value: 1h
|
||||
- Environment variable: `FLEET_OSQUERY_MIN_SOFTWARE_LAST_OPENED_AT_DIFF`
|
||||
|
Loading…
Reference in New Issue
Block a user