<?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 Ingest Actions sample data missing for WinEventLog sourcetype in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/673040#M112735</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;When I try to sample data for the WinEventLog sourcetype in Ingest Actions I get an error message:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"&lt;SPAN&gt;No results found. Try expanding the time range."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Expanding the query I see Splunk using the following and manually running this query does not return any results either:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* OR index=_* sourcetype="WinEventLog"
     | where sourcetype="WinEventLog"
     | head 100&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;However, I do get results when I manually run either:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  index=* OR index=_*
     | where sourcetype="WinEventLog"
     | head 100&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OR&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; index=* OR index=_* sourcetype="WinEventLog"
     | head 100&lt;/LI-CODE&gt;
&lt;P&gt;Can someone please explain why the first query may not be working? Is there a different way I should be working with the WinEventLog sourcetype in Ingest Actions? Thanks in advance for your help!&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 19:08:03 GMT</pubDate>
    <dc:creator>cdavidsonbp</dc:creator>
    <dc:date>2024-04-08T19:08:03Z</dc:date>
    <item>
      <title>Ingest Actions sample data missing for WinEventLog sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/673040#M112735</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;When I try to sample data for the WinEventLog sourcetype in Ingest Actions I get an error message:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"&lt;SPAN&gt;No results found. Try expanding the time range."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Expanding the query I see Splunk using the following and manually running this query does not return any results either:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* OR index=_* sourcetype="WinEventLog"
     | where sourcetype="WinEventLog"
     | head 100&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;However, I do get results when I manually run either:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  index=* OR index=_*
     | where sourcetype="WinEventLog"
     | head 100&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OR&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; index=* OR index=_* sourcetype="WinEventLog"
     | head 100&lt;/LI-CODE&gt;
&lt;P&gt;Can someone please explain why the first query may not be working? Is there a different way I should be working with the WinEventLog sourcetype in Ingest Actions? Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 19:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/673040#M112735</guid>
      <dc:creator>cdavidsonbp</dc:creator>
      <dc:date>2024-04-08T19:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Actions sample data missing for WinEventLog sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/673444#M112781</link>
      <description>&lt;P&gt;Do you have any sourcetype renaming taking place or anything that might be changing the value of the sourcetype field?&lt;/P&gt;&lt;P&gt;I am wondering if the data is not indexed with sourcetype WinEventLog but as something else (hence picked up when not specifying the sourcetype) and then once the events are being searched the sourcetype is changed to WinEventLog?&lt;/P&gt;&lt;P&gt;Might be worth a check to start with, but please let me know how you get on as happy to help further if I can!&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 22:58:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/673444#M112781</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2024-01-06T22:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Actions sample data missing for WinEventLog sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/673467#M112782</link>
      <description>&lt;P&gt;It does seem like a bug in optimizer.&lt;/P&gt;&lt;P&gt;I did a search&lt;/P&gt;&lt;PRE&gt;index=winevents sourcetype=WinEventLog&lt;BR /&gt;| where sourcetype="WinEventLog"&lt;/PRE&gt;&lt;P&gt;It did not return any results - as was in your case.&lt;/P&gt;&lt;P&gt;But when I opened the job inspector it showed me the search optimized to&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;search (index="winevents" sourcetype=WinEventLog sourcetype=CASE("WinEventLog"))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 20:33:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/673467#M112782</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-01-07T20:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest Actions sample data missing for WinEventLog sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/683625#M114109</link>
      <description>&lt;P&gt;Hello. How do i determine what the original source name may be?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 17:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingest-Actions-sample-data-missing-for-WinEventLog-sourcetype/m-p/683625#M114109</guid>
      <dc:creator>syburcon</dc:creator>
      <dc:date>2024-04-08T17:35:22Z</dc:date>
    </item>
  </channel>
</rss>

