Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebLog ¶
type WebLog struct {
modules.Base
Path string `yaml:"path" validate:"required"`
Filter rawfilter `yaml:"filter"`
URLCats []rawcategory `yaml:"categories"`
UserCats []rawcategory `yaml:"user_categories"`
CustomParser csvPattern `yaml:"custom_log_format"`
Histogram []int `yaml:"histogram"`
DoCodesAggregate bool `yaml:"response_codes_aggregate"`
DoAllTimeIPs bool `yaml:"all_time_ips"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.