<?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: events not showing in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641379#M222214</link>
    <description>&lt;P&gt;hi please provide me the full command&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 06:25:33 GMT</pubDate>
    <dc:creator>sulaimancds</dc:creator>
    <dc:date>2023-04-26T06:25:33Z</dc:date>
    <item>
      <title>events not showing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641357#M222206</link>
      <description>&lt;P&gt;| tstats summariesonly=true max(_time) as lastTime, count FROM datamodel=Change BY "All_Changes.action", "All_Changes.result_id", "All_Changes.user", "All_Changes.dest" | rename "All_Changes.*" as * | search result_id = 4732 | convert ctime(lastTime) as lastTime&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am running this command , there is output , but i want to see events and know more details , but events not showing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;total number of events&amp;nbsp;&lt;SPAN class=""&gt;Complete&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;590,046&lt;SPAN&gt;&amp;nbsp;events&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 02:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641357#M222206</guid>
      <dc:creator>sulaimancds</dc:creator>
      <dc:date>2023-04-26T02:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: events not showing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641372#M222207</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254197"&gt;@sulaimancds&lt;/a&gt;&amp;nbsp;- &lt;STRONG&gt;tstats&lt;/STRONG&gt; command does not search events, as it is built for performance and not for showing events. Use &lt;STRONG&gt;datamodel&lt;/STRONG&gt; command instead or a regular search.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| datamodel Change All_Changes search strict_fields=false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly upvote if you find this answer useful!!!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 05:52:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641372#M222207</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-04-26T05:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: events not showing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641379#M222214</link>
      <description>&lt;P&gt;hi please provide me the full command&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 06:25:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641379#M222214</guid>
      <dc:creator>sulaimancds</dc:creator>
      <dc:date>2023-04-26T06:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: events not showing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641395#M222221</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254197"&gt;@sulaimancds&lt;/a&gt;&amp;nbsp; - Try this as a full search and run it in "Verbose mode".&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| datamodel Change All_Changes search strict_fields=false | search "All_Changes.result_id"=4732&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;This will show the events as you asked.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if you need events as well as the results then do a regular search in "Verbose mode".&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=* tag=change | stats max(_time) as lastTime, count BY action, result_id, user, dest
| search result_id = 4732 
| convert ctime(lastTime) as lastTime&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly accept the answer and upvote if this helps you!!!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 08:07:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/events-not-showing/m-p/641395#M222221</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-04-26T08:07:38Z</dc:date>
    </item>
  </channel>
</rss>

