Allow tls_dump in agent settings (#9916)

This allows for configuring `tls_dump` in the agent settings under
`options` and under `command_line_flags`:
![Screenshot 2023-02-17 at 17 01
33](https://user-images.githubusercontent.com/2073526/219781091-af3f8f90-5ed3-4e53-aa3e-edc66750b3d1.png)
This commit is contained in:
Lucas Manuel Rodriguez 2023-02-20 11:24:12 -03:00 committed by GitHub
parent 7fa739889d
commit 03a588d65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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