<?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 Re: Why is this search for RDP failed logins no longer returning results with error &amp;quot;No matching fields exist&amp;quot; after upgrading to Splunk 6.2.6? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277146#M83582</link>
    <description>&lt;P&gt;I tried the sourcetype and had to go back to in the last 7 days to get results but it did give me the date and number of events.  I wanted a chart to show the user which I thought I had in the search string but it didn't pipe that part into what I wanted.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2015 14:52:07 GMT</pubDate>
    <dc:creator>keithcoyle</dc:creator>
    <dc:date>2015-10-20T14:52:07Z</dc:date>
    <item>
      <title>Why is this search for RDP failed logins no longer returning results with error "No matching fields exist" after upgrading to Splunk 6.2.6?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277141#M83577</link>
      <description>&lt;P&gt;Hey everyone &lt;/P&gt;

&lt;P&gt;We updated to Splunk 6.2.6 and now some of our searches don't work anymore, and I was wondering if someone could look at the search string I have and see why it is not pulling up all the failed logins when someone is using RDP.  Every time I try to run this, I get an error back that says "NO matching fields exist".  I didn't write the search string, so hoping there is something wrong with it.  I appreciate any help.  What am I missing?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="WinEventLog:Security" ( EventCode=529 Logon_Type=10 ) OR ( EventCode=4625 Logon_Type=10 ) | eval User = if(isnull(Account_Name), User_Name, mvindex(Account_Name,1)) | timechart count by User
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Oct 2015 12:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277141#M83577</guid>
      <dc:creator>keithcoyle</dc:creator>
      <dc:date>2015-10-20T12:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this search for RDP failed logins no longer returning results with error "No matching fields exist" after upgrading to Splunk 6.2.6?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277142#M83578</link>
      <description>&lt;P&gt;Run this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* | where isnotnull(EventCode) | stats count by source sourcetype index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should show you what is maybe a little different than you are specifying (expecting).  Then adjust your searches accordingly.&lt;BR /&gt;
Once you are searching your events, make sure each field exists: EventCode, Login_Type, Account_Name, User_Name, etc.&lt;/P&gt;

&lt;P&gt;We have an open case with Splunk right now where our automatic field extractions are not working in 6.2.* and this may be your problem, too.&lt;/P&gt;

&lt;P&gt;Also, be aware that Splunk v6.2* did deliberately  break something VERY IMPORTANT for your source which could be effecting you adversely:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/313829/wineventlogsecurity-default-for-evt-resolve-ad-obj.html" target="_blank"&gt;https://answers.splunk.com/answers/313829/wineventlogsecurity-default-for-evt-resolve-ad-obj.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277142#M83578</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-09-29T07:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this search for RDP failed logins no longer returning results with error "No matching fields exist" after upgrading to Splunk 6.2.6?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277143#M83579</link>
      <description>&lt;P&gt;Wow I see lots of stuff LOL, just need to sort it all out.  It is taking a long time to pull everything but I am guessing that is because it is pulling all the sourcetype data&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 14:19:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277143#M83579</guid>
      <dc:creator>keithcoyle</dc:creator>
      <dc:date>2015-10-20T14:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this search for RDP failed logins no longer returning results with error "No matching fields exist" after upgrading to Splunk 6.2.6?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277144#M83580</link>
      <description>&lt;P&gt;Instead of using &lt;CODE&gt;source="WinEventLog:Security"&lt;/CODE&gt; try &lt;CODE&gt;sourcetype="WinEventLog:Security"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 14:32:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277144#M83580</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-10-20T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this search for RDP failed logins no longer returning results with error "No matching fields exist" after upgrading to Splunk 6.2.6?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277145#M83581</link>
      <description>&lt;P&gt;You could also try these variations: &lt;CODE&gt;source::WinEventLog:Security&lt;/CODE&gt; and &lt;CODE&gt;sourcetype::WinEventLog:Security&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 14:33:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277145#M83581</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-10-20T14:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this search for RDP failed logins no longer returning results with error "No matching fields exist" after upgrading to Splunk 6.2.6?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277146#M83582</link>
      <description>&lt;P&gt;I tried the sourcetype and had to go back to in the last 7 days to get results but it did give me the date and number of events.  I wanted a chart to show the user which I thought I had in the search string but it didn't pipe that part into what I wanted.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 14:52:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277146#M83582</guid>
      <dc:creator>keithcoyle</dc:creator>
      <dc:date>2015-10-20T14:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this search for RDP failed logins no longer returning results with error "No matching fields exist" after upgrading to Splunk 6.2.6?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277147#M83583</link>
      <description>&lt;P&gt;I played around with it and got it to show what I wanted.  Thanks for the insight&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:06:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-this-search-for-RDP-failed-logins-no-longer-returning/m-p/277147#M83583</guid>
      <dc:creator>keithcoyle</dc:creator>
      <dc:date>2015-10-20T15:06:10Z</dc:date>
    </item>
  </channel>
</rss>

