Skip to main content
Skip table of contents

Configure the Axon Agent Windows Event Log Collector

This collector is only available through use of the Axon Agent.

For guides on collectors configured without the use of Axon Agents, refer to Collector Configuration Guides.

Add an Axon Agent Windows Event Log Collector

Only Administrators can take this action.

  1. In the lower-left corner of the main screen, click the Administration cog.
    The Administration menu appears on the left side.
  2. Under Integrations, click Agents.
    The Agents page appears.
  3. In the upper-right corner, click + Add Agent Profile.
    The Add Agent Profile Wizard appears.
  4. Enter the following information on the Add Basic Profile Information page.
    Fields marked with an asterisk (*) are required.

    OptionDescription
    Operating System *Select the Windows button for this Event Log collector.
    Agent Profile Name *Enter a unique name for this Agent Profile.
    Agent Profile DescriptionEnter an optional detailed description for this Agent Profile.
    Version PreferencesSelect the desired Axon Agent version for this profile from the drop-down menu.
  5. Click Next.
  6. Enter the following information on the Additional Features page.
    Fields marked with an asterisk (*) are required.

    OptionDescription
    Windows Event Log CollectionClick the button to enable Windows Event Log collection.
    Channels *

    Open the drop-list and select the checkboxes for the Windows Event Log channels from which you would like to collect.  At least one channel must be selected.

    Selection of channels not supported in your version of Windows will result in the Axon Agent failing to collect logs.

    Advanced Channels

    Open the drop-list and select the checkboxes for the Windows Event Log "Advanced" channels from which you would like to collect.  These are channels which may not be supported by your Windows installation.

    Selection of unsupported channels will result in the Axon Agent failing to collect logs.

    Read Existing Events *Click True to read the entries which already exist when the Axon Agent is started. Otherwise, click False.
    Log Level *

    Enter the logging level at which you would like the Windows Event Log collector to write to the td-agent.log file.

    The following are valid log level values, from least to most verbose: 

    • fatal

    • error

    • warn

    • info

    • debug

    • trace

    For more information on log levels, see https://docs.fluentd.org/deployment/logging#log-level

    Include FilterEnter a regular expression to filter logs you want to be sent to Axon.
    Exclude Filter

    Enter a regular expression to filter logs you want to exclude from being sent to Axon.

    For more information on log filtering, see Log Filtering Examples below.

  7. Click Submit to save this Agent Profile.
    The Agent Profile creation is successful, and it is added to the list of Agent Profiles in Axon.

Log Filtering Examples

Log filtering occurs at the Axon Agent level.  Logs which are filtered out are not searchable or indexed in LogRhythm Axon.

Include Regex Example

  • Include regex: ^\d*\s\w*$
  • Test string: 385 Interlocken
  • This scenario would allow the log "385 Interlocken" because the regex looks for any number of digits, followed by a space, followed by any number of letters.

Exclude Regex Example

  • Exclude regex: debug
  • Test string: |router| 10.0.0.1 - debug log - An action has occurred
  • This scenario would exclude the entire log because the word "debug" (case sensitive) appeared.

Multiple Regex Example

Usage of multiple regex in a single filter can be accomplished through use of the OR operator, '|' (pipe character):

  • Example regex: mountain|tree
  • Test strings:
    • mountain
    • tree
  • The regex above will match both words "mountain" and "tree"
  • This example can be extended to much more complicated regex.  Use of ( ) for logical grouping is recommended.


Use of regular expression filtering may impact logging performance/throughput by an indeterminate amountRegular Expressions which are excessively long, complex or use lookaheads/lookbehinds should be vetted for performance before usage in a filter.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.