<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Not receiving all windows logs from clients in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/565171#M100583</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to setup Splunk in a lab environment. I've got one windows client which I want to send logs over to my Splunk server via a UF.&lt;/P&gt;&lt;P&gt;I am managing the endpoint's splunk config via a deployment server. This works fine, the client checks in, my apps get pushed to it, all fine. For windows logs, I'm using the Splunk TA for Windows (&lt;A href="https://splunkbase.splunk.com/app/742/#/overview" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/742/#/overview&lt;/A&gt;) with an inputs.conf as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WinEventLog://Security]
disabled = 0
start_from = oldest
current_only = 0
renderXml=true
evt_resolve_ad_obj = 1
index = windows

[WinEventLog://System]
disabled = 0
renderXml=true
evt_resolve_ad_obj = 1
index = windows


[WinEventLog://Application]
disabled = 0
renderXml=true
evt_resolve_ad_obj = 1
index = windows&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app gets deployed correctly and I see the above inputs.conf in the %SPLUNK_HOME%/apps/Splunk_TA_windows/local/inputs.conf.&lt;/P&gt;&lt;P&gt;However, in Splunk, I don't seem to be getting all the logs. In fact, I'm only getting event id 6xxx logs and very few (43 events/15mins)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="izyknows_1-1630253985637.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15779i757BF01B634D452B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="izyknows_1-1630253985637.png" alt="izyknows_1-1630253985637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't figure out why all the logs aren't coming in but only a few irrelevant ones. Any help will be much appreciated. Thank you!&lt;/P&gt;</description>
    <pubDate>Sun, 29 Aug 2021 16:20:17 GMT</pubDate>
    <dc:creator>izyknows</dc:creator>
    <dc:date>2021-08-29T16:20:17Z</dc:date>
    <item>
      <title>Not receiving all windows logs from clients</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/565171#M100583</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to setup Splunk in a lab environment. I've got one windows client which I want to send logs over to my Splunk server via a UF.&lt;/P&gt;&lt;P&gt;I am managing the endpoint's splunk config via a deployment server. This works fine, the client checks in, my apps get pushed to it, all fine. For windows logs, I'm using the Splunk TA for Windows (&lt;A href="https://splunkbase.splunk.com/app/742/#/overview" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/742/#/overview&lt;/A&gt;) with an inputs.conf as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WinEventLog://Security]
disabled = 0
start_from = oldest
current_only = 0
renderXml=true
evt_resolve_ad_obj = 1
index = windows

[WinEventLog://System]
disabled = 0
renderXml=true
evt_resolve_ad_obj = 1
index = windows


[WinEventLog://Application]
disabled = 0
renderXml=true
evt_resolve_ad_obj = 1
index = windows&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app gets deployed correctly and I see the above inputs.conf in the %SPLUNK_HOME%/apps/Splunk_TA_windows/local/inputs.conf.&lt;/P&gt;&lt;P&gt;However, in Splunk, I don't seem to be getting all the logs. In fact, I'm only getting event id 6xxx logs and very few (43 events/15mins)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="izyknows_1-1630253985637.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15779i757BF01B634D452B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="izyknows_1-1630253985637.png" alt="izyknows_1-1630253985637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't figure out why all the logs aren't coming in but only a few irrelevant ones. Any help will be much appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 16:20:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/565171#M100583</guid>
      <dc:creator>izyknows</dc:creator>
      <dc:date>2021-08-29T16:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving all windows logs from clients</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/565179#M100584</link>
      <description>&lt;P&gt;Did you configure the DS to have the UF restart after downloading the app?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 18:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/565179#M100584</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-08-29T18:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving all windows logs from clients</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/565184#M100585</link>
      <description>&lt;P&gt;Yes I did. Restarted the deployment server so the apps would get distributed again too. No luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="izyknows_0-1630269528255.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15782i703822ADF0A0C5C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="izyknows_0-1630269528255.png" alt="izyknows_0-1630269528255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Aug 2021 20:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/565184#M100585</guid>
      <dc:creator>izyknows</dc:creator>
      <dc:date>2021-08-29T20:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving all windows logs from clients</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/573165#M101384</link>
      <description>&lt;P&gt;Okay, fixed. It was the permission of the user. For some reason, a domain user who is part of the local admins group did not cut it and made Splunk respond in weird ways in terms of picking up logs. Redeployed UF with Local System and it works. Next time I try it with a non-local account, I'll manage it with gMSA. But for now, it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 14:22:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-all-windows-logs-from-clients/m-p/573165#M101384</guid>
      <dc:creator>izyknows</dc:creator>
      <dc:date>2021-11-01T14:22:41Z</dc:date>
    </item>
  </channel>
</rss>

