<?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: TSTATS and searches that run strange in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650071#M110472</link>
    <description>&lt;P&gt;&lt;SPAN&gt;May i rephrase your question like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;The tstats search runs fine, returns the SRC field, but the SRC results are not what i expected...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;because ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A) there is no data &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B) filling in from the search and the search needs to be changed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you pls copy paste the search query inside the question.. it will help us copy ur query and run it in our splunk. thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 00:45:52 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2023-07-12T00:45:52Z</dc:date>
    <item>
      <title>TSTATS and searches that run strange</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650063#M110468</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tstats and search.PNG" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26213iCE26B47FD1445DE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tstats and search.PNG" alt="tstats and search.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; I think my question is --Is the Search overall returning the SRC filed the way it does because&amp;nbsp; either A there is no data or B filling in from the search and the search needs to be changed.&lt;/P&gt;&lt;P&gt;This is a tstats search from either infosec or enterprise security.&lt;/P&gt;&lt;P&gt;What should I change or do I need to do&amp;nbsp; something different.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 22:04:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650063#M110468</guid>
      <dc:creator>domino30</dc:creator>
      <dc:date>2023-07-11T22:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: TSTATS and searches that run strange</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650071#M110472</link>
      <description>&lt;P&gt;&lt;SPAN&gt;May i rephrase your question like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;The tstats search runs fine, returns the SRC field, but the SRC results are not what i expected...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;because ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A) there is no data &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B) filling in from the search and the search needs to be changed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you pls copy paste the search query inside the question.. it will help us copy ur query and run it in our splunk. thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 00:45:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650071#M110472</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-07-12T00:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: TSTATS and searches that run strange</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650232#M110497</link>
      <description>&lt;P&gt;It came from the infosec app under host investigation&lt;/P&gt;&lt;P&gt;Here is the search&lt;/P&gt;&lt;P&gt;| tstats summariesonly=true allow_old_summaries=true max(_time) as _time, values(Authentication.action) as action, values(Authentication.app) as app, count from datamodel=Authentication.Authentication where (Authentication.src="::ffff:10.4.118.10" OR Authenication.dest="::ffff:10.4.118.10") by Authentication.src, Authentication.src_user, Authentication.dest, Authentication.user&lt;BR /&gt;| rename "Authentication.*" as "*"&lt;BR /&gt;| eval src=if((src=== "unknown"),null(),src), dest=if((dest == "unknown"),null(),dest)&lt;BR /&gt;| fields + _time, src, dest, action, app, count, user, src_user, count&lt;BR /&gt;| sort - count&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 15:34:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650232#M110497</guid>
      <dc:creator>domino30</dc:creator>
      <dc:date>2023-07-12T15:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: TSTATS and searches that run strange</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650301#M110508</link>
      <description>&lt;P&gt;thanks for the Search Query... but still your question "&lt;SPAN&gt;Is the Search overall returning the SRC filed the way it does because&amp;nbsp; either A there is no data or B filling in from the search and the search needs to be changed."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is not clear.. please update us, from the tstats command what kind of results you are looking for(maybe provide us a table format sample output what you are looking for)..then we can reverse engineer the tstats command for your.. thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 00:20:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650301#M110508</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-07-13T00:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: TSTATS and searches that run strange</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650447#M110522</link>
      <description>&lt;P&gt;figured out I was searching for what I got in the example that I got however I got&amp;nbsp; another question&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="what about this.PNG" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26254i079E5889C4775831/image-size/medium?v=v2&amp;amp;px=400" role="button" title="what about this.PNG" alt="what about this.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; what about these unknowns and also the src is funky but I think its because if it not known it returns that ::fff10.x.x.x. field but im not sure&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 19:15:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TSTATS-and-searches-that-run-strange/m-p/650447#M110522</guid>
      <dc:creator>domino30</dc:creator>
      <dc:date>2023-07-13T19:15:37Z</dc:date>
    </item>
  </channel>
</rss>

