Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Logstashbeat LogstashbeatConfig
}
type LogstashbeatConfig ¶
type LogstashbeatConfig struct { Period string `config:"period"` URLs []string `yaml:"urls"` Node struct { Stats struct { Events *bool `json:"events"` Jvm *bool `json:"jvm"` Process *bool `json:"process"` Mem *bool `json:"mem"` } `json:"stats"` Pipeline *bool `json:"pipeline"` Jvm *bool `json:"jvm"` } `json:"node"` }
Click to show internal directories.
Click to hide internal directories.