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:
Desmi-Dizney 2022-04-29 09:18:50 -05:00 committed by GitHub
parent 2feb1256f3
commit a986615a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`