Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessEntry ¶
func ProcessEntry(config *SshdProcessorer) error
func SetLogger ¶
func SetLogger(l *zap.SugaredLogger)
Types ¶
type SshdLogEntry ¶
type SshdProcessor ¶
type SshdProcessor interface {
ProcessSshdLogEntry(ctx context.Context, sm SshdLogEntry) error
}
func NewSshdProcessor ¶
func NewSshdProcessor( ctx context.Context, logins chan<- common.RemoteUserLogin, nodeName string, machineID string, eventW *auditevent.EventWriter, m *metrics.PrometheusMetricsProvider, ) SshdProcessor
type SshdProcessorer ¶
type SshdProcessorer struct {
// contains filtered or unexported fields
}
func (*SshdProcessorer) ProcessSshdLogEntry ¶
func (s *SshdProcessorer) ProcessSshdLogEntry(ctx context.Context, sm SshdLogEntry) error
Click to show internal directories.
Click to hide internal directories.