Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeaLoggingAgent ¶
type DeaLoggingAgent struct {
/*Debug - Descr: boolean value to turn on verbose mode Default: false
*/
Debug interface{} `yaml:"debug,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
type DeaLoggingAgentJob ¶
type DeaLoggingAgentJob struct { /*DeaLoggingAgent - Descr: boolean value to turn on verbose mode Default: false */ DeaLoggingAgent *DeaLoggingAgent `yaml:"dea_logging_agent,omitempty"` /*MetronEndpoint - Descr: The host used to emit messages to the Metron agent Default: 127.0.0.1 */ MetronEndpoint *MetronEndpoint `yaml:"metron_endpoint,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type MetronEndpoint ¶
type MetronEndpoint struct { /*Host - Descr: The host used to emit messages to the Metron agent Default: 127.0.0.1 */ Host interface{} `yaml:"host,omitempty"` /*DropsondePort - Descr: The port used to emit dropsonde messages to the Metron agent Default: 3457 */ DropsondePort interface{} `yaml:"dropsonde_port,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.