Documentation ¶
Index ¶
- type WinEventLogSource
- func (w *WinEventLogSource) CanRun() error
- func (w *WinEventLogSource) Configure(yamlConfig []byte, logger *log.Entry) error
- func (w *WinEventLogSource) ConfigureByDSN(dsn string, labels map[string]string, logger *log.Entry) error
- func (w *WinEventLogSource) Dump() interface{}
- func (w *WinEventLogSource) GetAggregMetrics() []prometheus.Collector
- func (w *WinEventLogSource) GetMetrics() []prometheus.Collector
- func (w *WinEventLogSource) GetMode() string
- func (w *WinEventLogSource) GetName() string
- func (w *WinEventLogSource) OneShotAcquisition(out chan types.Event, t *tomb.Tomb) error
- func (w *WinEventLogSource) StreamingAcquisition(out chan types.Event, t *tomb.Tomb) error
- func (w *WinEventLogSource) SupportedModes() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WinEventLogSource ¶
type WinEventLogSource struct{}
func (*WinEventLogSource) CanRun ¶
func (w *WinEventLogSource) CanRun() error
func (*WinEventLogSource) Configure ¶
func (w *WinEventLogSource) Configure(yamlConfig []byte, logger *log.Entry) error
func (*WinEventLogSource) ConfigureByDSN ¶
func (*WinEventLogSource) Dump ¶
func (w *WinEventLogSource) Dump() interface{}
func (*WinEventLogSource) GetAggregMetrics ¶
func (w *WinEventLogSource) GetAggregMetrics() []prometheus.Collector
func (*WinEventLogSource) GetMetrics ¶
func (w *WinEventLogSource) GetMetrics() []prometheus.Collector
func (*WinEventLogSource) GetMode ¶
func (w *WinEventLogSource) GetMode() string
func (*WinEventLogSource) GetName ¶
func (w *WinEventLogSource) GetName() string
func (*WinEventLogSource) OneShotAcquisition ¶
func (w *WinEventLogSource) OneShotAcquisition(out chan types.Event, t *tomb.Tomb) error
func (*WinEventLogSource) StreamingAcquisition ¶
func (w *WinEventLogSource) StreamingAcquisition(out chan types.Event, t *tomb.Tomb) error
func (*WinEventLogSource) SupportedModes ¶
func (w *WinEventLogSource) SupportedModes() []string
Click to show internal directories.
Click to hide internal directories.