TestimoX

API Reference

Class

EventLogCollectorConfig

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Event log collector configuration.

Inheritance

  • Object
  • EventLogCollectorConfig

Constructors

public EventLogCollectorConfig() #

Properties

public Boolean Enabled { get; set; } #

Enable event log sampling.

public List<String> Channels { get; set; } #

Event log channels to query.

public Int32 LookbackMinutes { get; set; } #

Number of minutes to look back for new events.

public Int32 MaxEntries { get; set; } #

Maximum number of events to return per cycle.

public List<String> Levels { get; set; } #

Levels to include (Information, Warning, Error, Critical).