Documentation
¶
Index ¶
- type Logger
- func (l *Logger) Close()
- func (l *Logger) DeleteEvents(ids []uuid.UUID)
- func (l *Logger) Enable()
- func (l *Logger) GetEvents() []*types.Event
- func (l *Logger) ResetAggregationWindow() types.FlowEventAggregator
- func (l *Logger) StoreEvent(flowEvent types.EventFields)
- func (l *Logger) UpdateConfig(dnsCollection, exitNodeCollection bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
Store types.AggregatingStore
// contains filtered or unexported fields
}
func (*Logger) DeleteEvents ¶
func (*Logger) ResetAggregationWindow ¶ added in v0.75.0
func (l *Logger) ResetAggregationWindow() types.FlowEventAggregator
func (*Logger) StoreEvent ¶
func (l *Logger) StoreEvent(flowEvent types.EventFields)
func (*Logger) UpdateConfig ¶
Click to show internal directories.
Click to hide internal directories.