<?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 Unfamiliar Syntax in Query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438581#M173235</link>
    <description>&lt;P&gt;I have a query, written by someone else, that I'm trying to understand:     &lt;CODE&gt;tstats count as count sum(sessionLength) as volume where (index=accm_*) name="John",selectors{}.category{}=* by selectors{}.categories{}, |...&lt;/CODE&gt;. I can not find a reference anywhere for the     &lt;CODE&gt;selectors{}.category{}&lt;/CODE&gt;. Could someone please point me in the right direction? Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2019 14:30:28 GMT</pubDate>
    <dc:creator>inovexsean</dc:creator>
    <dc:date>2019-01-31T14:30:28Z</dc:date>
    <item>
      <title>Unfamiliar Syntax in Query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438581#M173235</link>
      <description>&lt;P&gt;I have a query, written by someone else, that I'm trying to understand:     &lt;CODE&gt;tstats count as count sum(sessionLength) as volume where (index=accm_*) name="John",selectors{}.category{}=* by selectors{}.categories{}, |...&lt;/CODE&gt;. I can not find a reference anywhere for the     &lt;CODE&gt;selectors{}.category{}&lt;/CODE&gt;. Could someone please point me in the right direction? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 14:30:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438581#M173235</guid>
      <dc:creator>inovexsean</dc:creator>
      <dc:date>2019-01-31T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unfamiliar Syntax in Query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438582#M173236</link>
      <description>&lt;P&gt;First of all are you getting output?  query fails here itself at &lt;CODE&gt;index-accm_*&lt;/CODE&gt; it should be &lt;CODE&gt;index=accm_*&lt;/CODE&gt; can you paste entire query in &lt;CODE&gt;101010&lt;/CODE&gt; sample code format.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 14:41:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438582#M173236</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-01-31T14:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unfamiliar Syntax in Query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438583#M173237</link>
      <description>&lt;P&gt;Sorry, that was a typo on my part. Due to sensitivity I cannot copy paste the entire query.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 14:51:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438583#M173237</guid>
      <dc:creator>inovexsean</dc:creator>
      <dc:date>2019-01-31T14:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unfamiliar Syntax in Query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438584#M173238</link>
      <description>&lt;P&gt;okay now it looks better so if you look the raw data in &lt;CODE&gt;verbose mode&lt;/CODE&gt; that is type this search query &lt;CODE&gt;index=accm_* name=*&lt;/CODE&gt; you should see a field name &lt;CODE&gt;selectors{}.categories{}&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;You are basically doing event count and sum of session length by categories(values in the selectors{}.categories{} field )&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 14:58:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438584#M173238</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-01-31T14:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unfamiliar Syntax in Query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438585#M173239</link>
      <description>&lt;P&gt;Okay, so that's just some kind of internal field name that you only see when verbose mode is enabled. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 15:07:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438585#M173239</guid>
      <dc:creator>inovexsean</dc:creator>
      <dc:date>2019-01-31T15:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unfamiliar Syntax in Query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438586#M173240</link>
      <description>&lt;P&gt;yeah the query is written in tstats (which will not allow you to look at the raw data and is basically use for faster processing of searches when data model acceleration is ON)&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 15:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unfamiliar-Syntax-in-Query/m-p/438586#M173240</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-01-31T15:09:41Z</dc:date>
    </item>
  </channel>
</rss>

