From 6e1dfca816aefdb8c845b56234bbc658a866f7d3 Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:10:30 +0100 Subject: [PATCH] Removing duplicated "Command line flags" section (#15514) --- docs/Configuration/agent-configuration.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/Configuration/agent-configuration.md b/docs/Configuration/agent-configuration.md index bad3fa37f3..80b6abe07f 100644 --- a/docs/Configuration/agent-configuration.md +++ b/docs/Configuration/agent-configuration.md @@ -445,20 +445,6 @@ overrides: - "last_modified" ``` -## Command line flags - -> Requires Fleet v4.22.0 or later and Orbit v1.3.0 or later** - -In the `command_line_flags` key, you can update the osquery flags of your Orbit enrolled agents. - -```yaml -agent_options: - config: - overrides: - command_line_flags: - enable_file_events: true -``` - ## Update agent options in Fleet UI