<?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: spl query output mismatch in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475106#M192533</link>
    <description>&lt;P&gt;sorry but i didnt get it &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 08:18:15 GMT</pubDate>
    <dc:creator>vinitpathri</dc:creator>
    <dc:date>2020-04-16T08:18:15Z</dc:date>
    <item>
      <title>spl query output mismatch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475104#M192531</link>
      <description>&lt;P&gt;index=_internal host=abc123 source="&lt;EM&gt;metrics.log&lt;/EM&gt;" group=tcpin_connections fwdType=uf&lt;BR /&gt;
|dedup hostname&lt;BR /&gt;
|table hostname&lt;/P&gt;

&lt;P&gt;i am putting hostname= xyz578(output of above query) in the below query&lt;/P&gt;

&lt;P&gt;index=* host=abc123 "xyz578"&lt;BR /&gt;
but not getting any output&lt;/P&gt;

&lt;P&gt;please help me with this missing part.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:59:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475104#M192531</guid>
      <dc:creator>vinitpathri</dc:creator>
      <dc:date>2020-09-30T04:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: spl query output mismatch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475105#M192532</link>
      <description>&lt;P&gt;&lt;CODE&gt;index=*&lt;/CODE&gt; does not match &lt;CODE&gt;index=_internal&lt;/CODE&gt;.  You need &lt;CODE&gt;index=_*&lt;/CODE&gt; to do that.  Yeah, I know, not logical.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 17:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475105#M192532</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-11T17:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: spl query output mismatch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475106#M192533</link>
      <description>&lt;P&gt;sorry but i didnt get it &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 08:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475106#M192533</guid>
      <dc:creator>vinitpathri</dc:creator>
      <dc:date>2020-04-16T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: spl query output mismatch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475107#M192534</link>
      <description>&lt;P&gt;What did you not get?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 11:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475107#M192534</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-16T11:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: spl query output mismatch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475108#M192535</link>
      <description>&lt;P&gt;index=_* should be a subset of index=*&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 11:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475108#M192535</guid>
      <dc:creator>vinitpathri</dc:creator>
      <dc:date>2020-04-16T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: spl query output mismatch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475109#M192536</link>
      <description>&lt;P&gt;asterik is not visible in the comment :-?&lt;/P&gt;

&lt;P&gt;index=_(asterik)should be a subset of index=(asterik)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 11:31:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475109#M192536</guid>
      <dc:creator>vinitpathri</dc:creator>
      <dc:date>2020-04-16T11:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: spl query output mismatch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475110#M192537</link>
      <description>&lt;P&gt;Agreed, but that's not how it works with indexes and Splunk.  That's what I meant by "not logical".&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 11:18:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/spl-query-output-mismatch/m-p/475110#M192537</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-17T11:18:01Z</dc:date>
    </item>
  </channel>
</rss>

