<?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 where error in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478443#M134185</link>
    <description>&lt;P&gt;That was it - TYVM&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 14:03:46 GMT</pubDate>
    <dc:creator>jwalzerpitt</dc:creator>
    <dc:date>2020-02-24T14:03:46Z</dc:date>
    <item>
      <title>TSTATS where error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478440#M134182</link>
      <description>&lt;P&gt;I am trying to run the following tstats search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats summariesonly=true estdc(Malware_Attacks.dest) as "infected_hosts" where "Malware_Attacks.action=allowed" from datamodel="Malware"."Malware_Attacks" 
| where 'infected_hosts'&amp;gt;100 
| eval const_dedup_id="const_dedup_id"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but I get the error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error in 'TsidxStats': WHERE clause is not an exact query
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help would be appreciated&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 13:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478440#M134182</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-02-24T13:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: TSTATS where error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478441#M134183</link>
      <description>&lt;P&gt;Pls change to &lt;CODE&gt;| tstats summariesonly=true estdc(Malware_Attacks.dest) as "infected_hosts" from datamodel="Malware"."Malware_Attacks" where "Malware_Attacks.action=allowed groupby Malware_Attacks.src&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 13:31:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478441#M134183</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2020-02-24T13:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: TSTATS where error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478442#M134184</link>
      <description>&lt;P&gt;it's "from where", as opposed to "where from"&lt;BR /&gt;
Thus:&lt;BR /&gt;
&lt;CODE&gt;| tstats summariesonly=true estdc(Malware_Attacks.dest) as "infected_hosts" from datamodel="Malware"."Malware_Attacks" where "Malware_Attacks.action"=allowed&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 13:42:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478442#M134184</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-24T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: TSTATS where error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478443#M134185</link>
      <description>&lt;P&gt;That was it - TYVM&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 14:03:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478443#M134185</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-02-24T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: TSTATS where error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478444#M134186</link>
      <description>&lt;P&gt;If my answer helped, please consider accepting and/or upvoting so that other memebers of the community can see it was useful.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 21:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/478444#M134186</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-26T21:54:59Z</dc:date>
    </item>
    <item>
      <title>I have the same error "Error in 'TsidxStats': WHERE clause is not an exact query"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/651688#M225283</link>
      <description>&lt;P&gt;| tstats summariesonly=true sum(log.bytes) as MBytes_transferred from datamodel="ftnt_fos" where nodename="log.traffic" $srcip$ $dstip$ $user$ $app$ $vdom$ $device$ $srcintf$ $dstintf$ groupby log.user | eval MBytes_transferred = (MBytes_transferred/(1024*1024)) | sort -MBytes_transferred | head 10&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 07:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TSTATS-where-error/m-p/651688#M225283</guid>
      <dc:creator>OsmanElyas</dc:creator>
      <dc:date>2023-07-24T07:16:46Z</dc:date>
    </item>
  </channel>
</rss>

