<?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: Why collect command not working when the command is makeresults in Search Head? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642780#M222632</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240573"&gt;@splunker-2021&lt;/a&gt;&amp;nbsp;- Are you getting any error/warning messages when you run the collect command?&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 09:10:49 GMT</pubDate>
    <dc:creator>VatsalJagani</dc:creator>
    <dc:date>2023-05-10T09:10:49Z</dc:date>
    <item>
      <title>Why collect command not working when the command is makeresults in search head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642681#M222593</link>
      <description>&lt;P&gt;When I run | makeresults command then collect it to summary index there is no result. I am testing this to Search Head in Cluster environment.&lt;/P&gt;
&lt;P&gt;sample code:&lt;/P&gt;
&lt;P&gt;| makeresults&lt;BR /&gt;| eval a = "1"&lt;BR /&gt;| collect index = "sample_index"&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 10:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642681#M222593</guid>
      <dc:creator>splunker-2021</dc:creator>
      <dc:date>2023-05-11T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect command not working when the command is makeresults in Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642701#M222601</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240573"&gt;@splunker-2021&lt;/a&gt;&amp;nbsp;- You query should work, considering below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You have the index "sample_index" created&lt;UL&gt;&lt;LI&gt;on Indexer given you are forwarding the search head data to Indexers&lt;/LI&gt;&lt;LI&gt;on Search Head given you are not forwarding the search head data to Indexers&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try searching the new event with below search to see if you are getting the results or not:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=sample_index&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!! Kindly upvote if it does!!!&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 16:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642701#M222601</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-05-09T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect command not working when the command is makeresults in Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642767#M222626</link>
      <description>&lt;P&gt;Hi, I have search it using index="sample_index" but no result &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 06:22:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642767#M222626</guid>
      <dc:creator>splunker-2021</dc:creator>
      <dc:date>2023-05-10T06:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect command not working when the command is makeresults in Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642780#M222632</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240573"&gt;@splunker-2021&lt;/a&gt;&amp;nbsp;- Are you getting any error/warning messages when you run the collect command?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 09:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642780#M222632</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-05-10T09:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect command not working when the command is makeresults in Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642818#M222638</link>
      <description>&lt;P&gt;when we try this command,&amp;nbsp;&lt;STRONG&gt;index="test_1" | collect index="sample_index"&lt;/STRONG&gt; it is working, but when trying the command &lt;STRONG&gt;| makeresults&lt;/STRONG&gt; or &lt;STRONG&gt;| inputlookup&lt;/STRONG&gt; command, it is not collecting to the index&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 12:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642818#M222638</guid>
      <dc:creator>splunker-2021</dc:creator>
      <dc:date>2023-05-10T12:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect command not working when the command is makeresults in Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642821#M222640</link>
      <description>&lt;P&gt;there is no error message, we just search the index="sample_index" if there is data but it is showing no result.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 12:10:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642821#M222640</guid>
      <dc:creator>splunker-2021</dc:creator>
      <dc:date>2023-05-10T12:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect command not working when the command is makeresults in Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642847#M222647</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240573"&gt;@splunker-2021&lt;/a&gt;&amp;nbsp;- That should not be the case as I have used &lt;STRONG&gt;collect&lt;/STRONG&gt; command with &lt;STRONG&gt;makeresults&lt;/STRONG&gt; command many times before and it works fine. Not sure what's wrong in your case.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 13:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642847#M222647</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-05-10T13:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect command not working when the command is makeresults in Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642951#M222693</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When you run the &lt;/SPAN&gt;makeresults&lt;SPAN&gt; command, it generates synthetic events with a timestamp of the current time by default. However, when you collect these events to a summary index, they may not be immediately visible in the summary index search results because there may be a delay before they are indexed and available for search.&lt;BR /&gt;If your summary index is configured correctly and the data is being collected to it, but you still cannot see the results of your makeresults search, you may need to wait a little longer for the events to be indexed before they become available in the summary index search results.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 04:52:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/642951#M222693</guid>
      <dc:creator>TrangCIC81</dc:creator>
      <dc:date>2023-05-11T04:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect command not working when the command is makeresults in Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/643013#M222725</link>
      <description>we have waited for 3 days but still no result &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Thu, 11 May 2023 10:57:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-collect-command-not-working-when-the-command-is-makeresults/m-p/643013#M222725</guid>
      <dc:creator>splunker-2021</dc:creator>
      <dc:date>2023-05-11T10:57:59Z</dc:date>
    </item>
  </channel>
</rss>

