Documentation
¶
Overview ¶
Package suricata contains functionality to control and monitor Suricata.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller controls Suricata via its Unix socket service.
func NewController ¶
func NewController(sockAddr string) *Controller
NewController creates a new Controller.
func (*Controller) ReloadRules ¶
func (c *Controller) ReloadRules() error
ReloadRules issues a command to Suricata to reload the rules engine with updated rules.
Click to show internal directories.
Click to hide internal directories.