Skip to content

Commit

Permalink
fix: agent config file.io_event.collect_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
askyrie committed Dec 11, 2024
1 parent dd863ca commit 892a4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controller/trisolaris/vtap/vtap_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ func (c *VTapCache) modifyVTapConfigByLicense(configure *VTapConfig) {

if configure.UserConfig != nil {
configure.UserConfig.Set("inputs.ebpf.disabled", true)
configure.UserConfig.Set("inputs.ebpf.file.io_event.collect_mode", []int{0})
configure.UserConfig.Set("inputs.ebpf.file.io_event.collect_mode", 0)
}
}

Expand Down

0 comments on commit 892a4d1

Please sign in to comment.