Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
Locale int `river:"locale,attr,optional"`
EventLogName string `river:"eventlog_name,attr,optional"`
XPathQuery string `river:"xpath_query,attr,optional"`
BookmarkPath string `river:"bookmark_path,attr,optional"`
PollInterval time.Duration `river:"poll_interval,attr,optional"`
ExcludeEventData bool `river:"exclude_event_data,attr,optional"`
ExcludeUserdata bool `river:"exclude_user_data,attr,optional"`
UseIncomingTimestamp bool `river:"use_incoming_timestamp,attr,optional"`
ForwardTo []loki.LogsReceiver `river:"forward_to,attr"`
Labels map[string]string `river:"labels,attr,optional"`
}
Arguments holds values which are used to configure the loki.source.windowsevent component.
func (*Arguments) SetToDefault ¶ added in v0.35.0
func (r *Arguments) SetToDefault()
SetToDefault implements river.Defaulter.
type FakeComponent ¶
type FakeComponent struct {
}
FakeComponent implements the loki.source.windowsevent component for non-windows environments.
Click to show internal directories.
Click to hide internal directories.