Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format struct {
Title string `json:"title"`
Description string `json:"description"`
URL []string `json:"url"`
Regex map[string]Regex `json:"regex"`
TimestampFormat []string `json:"timestamp_format"`
OrderedByTime bool `json:"ordered_by_time"`
OPidField string `json:"opid_field"`
LevelField string `json:"level_field"`
Level map[string]string `json:"level"`
Value map[string]Value `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.