<?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: Question on subsearch as query filter in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Question-on-subsearch-as-query-filter/m-p/293900#M175628</link>
    <description>&lt;P&gt;I cannot tell you what that message means, but I suggest you try editing the subsearch a little bit and see if the results changes or that message goes away.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index [search index=my_index abcd|stats count by x | fields x] |table y
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 10 Feb 2017 10:55:46 GMT</pubDate>
    <dc:creator>rjthibod</dc:creator>
    <dc:date>2017-02-10T10:55:46Z</dc:date>
    <item>
      <title>Question on subsearch as query filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Question-on-subsearch-as-query-filter/m-p/293899#M175627</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;I'm running a query like:&lt;BR /&gt;
index=my_index [search index=my_index abcd|table x] |table y&lt;/P&gt;

&lt;P&gt;This works out well, but in the job details i see the following message multiple times:&lt;BR /&gt;
INFO  StringSearchExpander - calculated_field="x" not expanded in comparison_expression="x="blahblah"". calc_field_processor!=null, negated=false (negation depth=0)&lt;/P&gt;

&lt;P&gt;Can anyone explain what it means and if it impacts the output of my query?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:49:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Question-on-subsearch-as-query-filter/m-p/293899#M175627</guid>
      <dc:creator>radu_marian</dc:creator>
      <dc:date>2020-09-29T12:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question on subsearch as query filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Question-on-subsearch-as-query-filter/m-p/293900#M175628</link>
      <description>&lt;P&gt;I cannot tell you what that message means, but I suggest you try editing the subsearch a little bit and see if the results changes or that message goes away.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index [search index=my_index abcd|stats count by x | fields x] |table y
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Feb 2017 10:55:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Question-on-subsearch-as-query-filter/m-p/293900#M175628</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-02-10T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question on subsearch as query filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Question-on-subsearch-as-query-filter/m-p/293901#M175629</link>
      <description>&lt;P&gt;The best approach for subsearch filter is to use the &lt;STRONG&gt;return&lt;/STRONG&gt; function:&lt;BR /&gt;
|return 100 x -&amp;gt;  return one field named "search" with first 100 values in one row, field name included:&lt;BR /&gt;
 "x=value1 OR x=value2 OR x=value3"&lt;BR /&gt;
|return 100 $x -&amp;gt; return one field named "search" with first 100 values in one row, no field name included:&lt;BR /&gt;
 "value1 OR value2 OR value3"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index [search index=my_index abcd|table x|return 100 x] |table y

index=my_index [search index=my_index abcd|table x|return 100 $x] |table 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Feb 2017 13:15:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Question-on-subsearch-as-query-filter/m-p/293901#M175629</guid>
      <dc:creator>ehudb</dc:creator>
      <dc:date>2017-02-10T13:15:42Z</dc:date>
    </item>
  </channel>
</rss>

