Configuration on the Windows side

To configure the reception of DNS server events using the ETW connector on the Windows side:

  1. Start the Event viewer by running the following command:

    eventvwr.msc

  2. This opens a window; in that window, go to the Applications and Services Logs → Microsoft → Windows → DNS-Server folder.
  3. Open the context menu of the DNS-Server folder and select View → Show Analytic and Debug Logs.

    Windows_1

    The Audit debug log and Analytical log are displayed.

  4. Configure the analytic log:
    1. Open the context menu of the Analytical log and select Properties.

      Windows_2

    2. This opens a window; in that window, make sure that in the Max Log Size (KB) field, the value is 1048576.

      Windows_3

    3. Select the Enable logging check box and in the confirmation window, click OK.

      Windows_4

      The analytic log must be configured as follows:

      Windows_5

    4. Click Apply, then click OK.

    An error window is displayed.

    Windows_6

    When analytic log rotation is enabled, events are not displayed. To view events, in the Actions pane, click Stop logging.

    Windows_6

  5. Start Computer management as administrator.
  6. This opens a window; in that window, go to the System Tools → Performance → Startup Event Trace Sessions folder.

    Windows_8

  7. Create a provider:
    1. Open the context menu of the Startup Event Trace Sessions folder and select Create → Data Collector Set.

      Windows_9

    2. This opens a window; in that window, enter the name of the provider and click Next.

      Windows_10

    3. Click Add... and in the displayed window, select the Microsoft-Windows-DNSServer provider.

      Windows_12

      The KUMA agent with the ETW connector works only with System.Provider.Guid: {EB79061A-A566-4698-9119-3ED2807060E7} - Microsoft-Windows-DNSServer.

    4. Click Next twice, then click Finish.
  8. Open the context menu of the created provider and select Start As Event Trace Session.

    Windows_13

  9. Go to the Event Trace Sessions folder.

    Event trace sessions are displayed.

  10. Open the context menu of the created event trace session and select Properties.
  11. This opens a window; in that window, select the Trace Sessions tab and in the Stream Mode drop-down list, select Real Time.

    Windows_15

  12. Click Apply, then click OK.

DNS server event reception using the ETW connector is configured.

Page top