Skip to content

Commit

Permalink
Remove unused renderer option
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jan 13, 2025
1 parent d10097e commit 37302c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion winlogbeat/eventlog/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func readConfig(c *conf.C, config interface{}) error {
}

type config struct {
Renderer string `config:"renderer"` // Name of the renderer to use. Optional.
Name string `config:"name"` // Name of the event log or channel or file.
ID string `config:"id"` // Identifier for the event log.
XMLQuery string `config:"xml_query"` // Custom query XML. Must not be used with the keys from eventlog.query.
Expand Down

0 comments on commit 37302c6

Please sign in to comment.