input

package
v0.0.0-...-8a44fb0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2022 License: MIT, MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogConfig

type LogConfig struct {
	ScanFrequency time.Duration `config:"scan_frequency" validate:"min=0,nonzero"`

	CloseInactive time.Duration `config:"close_inactive"`
	IgnoreOlder   time.Duration `config:"ignore_older"`

	CleanInactive time.Duration `config:"clean_inactive" validate:"min=0"`
}

如果未配置close_inactive则直接默认为5分钟

type WinEventLogConfig

type WinEventLogConfig struct {
	EventLogs    []*common.Config `config:"event_logs"`
	RegistryFile string           `config:"registry_file"`
}

WinEventLogConfig: window event log collect config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL