# Trace Event Logs

**URL:** https://discuss.elastic.co/t/trace-event-logs/75537
**Category:** Beats
**Tags:** winlogbeat
**Created:** [February 17, 2017, 5:22pm UTC](https://discuss.elastic.co/t/trace-event-logs/75537 "2017-02-17T17:22:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Dan\_Cook1](https://avatars.discourse-cdn.com/v4/letter/d/c89c15/32.png) [@Dan\_Cook1](https://discuss.elastic.co/u/Dan_Cook1)
#### Post date: [February 17, 2017, 5:22pm UTC](https://discuss.elastic.co/t/trace-event-logs/75537/1 "2017-02-17T17:22:09Z")

</div>

The vast majority of useful logging on Windows is now in the ETW style trace logs. These are visible in Event Viewer under the "Applications and Service Logs". Can Heartbeat gather and ship these logs?

I ask because the documentation says to use Powershell command "get-eventlog \*" to view a list of event logs. This command will only list old style event logs and not the newer ETW trace style, to list the newer style logs - you should use "get-winevent -listlog \*"

---

<div class="post-metadata">

### Author: ![andrewkroh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/andrewkroh/32/3784_2.png) [@andrewkroh](https://discuss.elastic.co/u/andrewkroh)
#### Post date: [February 20, 2017, 3:35pm UTC](https://discuss.elastic.co/t/trace-event-logs/75537/2 "2017-02-20T15:35:24Z")

</div>

Have you see this: [https://www.elastic.co/guide/en/beats/winlogbeat/current/configuration-winlogbeat-options.html#configuration-winlogbeat-options-event\_logs-name](https://www.elastic.co/guide/en/beats/winlogbeat/current/configuration-winlogbeat-options.html#configuration-winlogbeat-options-event_logs-name)

Winlogbeat can read the logs listed by `Get-WinEvent -ListLog *`.

Only Analytic and Debug logs are based on ETW and Winlogbeat cannot read those. Analytic and Debug logs are disabled and hidden by default in event viewer.

There has been a request to add a feature in Beats for ETW. [https://github.com/elastic/beats/issues/2073](https://github.com/elastic/beats/issues/2073)

---

<div class="post-metadata">

### Author: ![Dan\_Cook1](https://avatars.discourse-cdn.com/v4/letter/d/c89c15/32.png) [@Dan\_Cook1](https://discuss.elastic.co/u/Dan_Cook1)
#### Post date: [February 21, 2017, 5:43pm UTC](https://discuss.elastic.co/t/trace-event-logs/75537/3 "2017-02-21T17:43:27Z")

</div>

Thankyou @andrewkroh - No i hadn't seen that and feel slightly embarrassed as its in the offical docs!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 21, 2017, 5:43pm UTC](https://discuss.elastic.co/t/trace-event-logs/75537/4 "2017-03-21T17:43:49Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
