Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterAuthenticationOpts ¶
func ClusterAuthenticationOpts() *shttp.AuthenticationOpts
ClusterAuthenticationOpts returns auth info to connect to an analyzer from the configuration
func NewESConfig ¶
NewESConfig returns a new elasticsearch configuration for the given backend name
Types ¶
type ElectionStatus ¶
type ElectionStatus struct {
IsMaster bool
}
ElectionStatus describes the status of an election
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server describes an Analyzer servers mechanism like http, websocket, topology, ondemand probes, ...
func NewServerFromConfig ¶
NewServerFromConfig creates a new empty server
type Status ¶
type Status struct {
Agents map[string]ws.ConnStatus
Peers hub.PeersStatus
Publishers map[string]ws.ConnStatus
Subscribers map[string]ws.ConnStatus
Alerts ElectionStatus
Captures ElectionStatus
Probes map[string]interface{}
}
Status analyzer object
Status describes the status of an analyzer ¶
swagger:model AnalyzerStatus
Click to show internal directories.
Click to hide internal directories.