Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterAuthenticationOpts ¶ added in v0.21.0
func ClusterAuthenticationOpts() *shttp.AuthenticationOpts
ClusterAuthenticationOpts returns auth info to connect to an analyzer from the configuration
func NewESConfig ¶ added in v0.22.0
NewESConfig returns a new elasticsearch configuration for the given backend name
Types ¶
type ElectionStatus ¶ added in v0.13.0
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 ¶ added in v0.19.1
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 []string
}
Status describes the status of an analyzer
Source Files
¶
- probes.go
- server.go
- storage.go
Click to show internal directories.
Click to hide internal directories.