Skip to content

Commit

Permalink
Update agent-configuration.md (#26371)
Browse files Browse the repository at this point in the history
Fix unnecessary backticks and capitalization.
  • Loading branch information
rachaelshaw authored Feb 15, 2025
1 parent df13a20 commit 26a18d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration/agent-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To see a description for all available settings, first [enroll your host](https:
osquery > SELECT name, default_value, value, description FROM osquery_flags;
```

> Running the interactive osquery shell loads a standalone instance of osquery, with a default configuration rather than the one set in `Agent options`. If you'd like to verify that your hosts are running with the latest settings set in `options`, run the query as a live query through Fleet.
> Running the interactive osquery shell loads a standalone instance of osquery, with a default configuration rather than the one set in agent options. If you'd like to verify that your hosts are running with the latest settings set in `options`, run the query as a live query through Fleet.

> If you revoked an old enroll secret, the `command_line_flags` won't update for hosts that enrolled to Fleet using this old enroll secret. This is because fleetd uses the enroll secret to receive new flags from Fleet. For these hosts, all existing features will work as expected.

Expand Down

0 comments on commit 26a18d1

Please sign in to comment.