mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Allow tls_dump in agent settings (#9916)
This allows for configuring `tls_dump` in the agent settings under `options` and under `command_line_flags`: 
This commit is contained in:
parent
7fa739889d
commit
03a588d65d
1 changed files with 1 additions and 0 deletions
|
|
@ -500,6 +500,7 @@ type OsqueryCommandLineFlagsHidden struct {
|
|||
MinLogLevel int32 `json:"minloglevel"`
|
||||
StopLoggingIfFullDisk bool `json:"stop_logging_if_full_disk"`
|
||||
AllowUnsafe bool `json:"allow_unsafe"`
|
||||
TLSDump bool `json:"tls_dump"`
|
||||
}
|
||||
|
||||
// while ValidateJSONAgentOptions validates an entire Agent Options payload,
|
||||
|
|
|
|||
Loading…
Reference in a new issue