-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent options: allow vmodule
command line flag
#25838
Comments
@dantecatalfamo what does the |
Hey @noahtalerman. My understanding is that the |
There are a number of other hidden flags we support that don't show up in fleet/server/fleet/agent_options.go Lines 288 to 307 in 9e5ecfb
|
@dantecatalfamo got it! I'm going to file a separate user story to expose these in This user story (#25838) is just about allowing the user to set |
@sharon-fdm just a reminder that this research user story is ready to spec. Can you please complete the TODOs in the "Engineering" section to get this one ready for estimation? |
Hey team! Please add your planning poker estimate with Zenhub @dantecatalfamo @lucasmrod @sgress454 |
Please add your planning poker estimate with Zenhub @jacobshandling |
Goal
vmodule
to thecommand_line_flags
objectKey result
Small UX improvements
Original requests
vmodule
command line flag #25487Context
Changes
Product
vmodule
undercommand_line_flags
fleetctl apply -f agent-options.yml
, allow the user to addvmodule
undercommand_line_flags
.agent_options
, allow the user to addvmodule
undercommand_line_flags
.PATCH /config
API endpoint, allow the user to addvmodule
undercommand_line_flags
. Make sure the website is updated.Engineering
QA
Risk assessment
@xpkoala , please approve/complete the risk and test-plan sections and remove the TODOs
Test plan
vmodule
undercommand_line_flags
and click the Save button. Agent options should save successfully.vmodule
that we can use: https://drive.google.com/file/d/10iyU_bZ6M_6MqcQh5th7IgsC2iX2h1Wq/viewfleetctl apply -f agent-options.yml
, withvmodule
undercommand_line_flags
. Agent options should be updated successfully.agent_options
, addvmodule
undercommand_line_flags
.PATCH /config
API endpoint, addvmodule
undercommand_line_flags
.vmodule=init=1
should produce additional osquery logs. I do not have specific examples at this time, but a snippet of logs with and without the flag enabled can be diffed to confirm the flag is working as intended.Testing notes
This conversation shows use-case in the wild.
Confirmation
The text was updated successfully, but these errors were encountered: