<?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: Inline search is not working in a dashboard in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157173#M44230</link>
    <description>&lt;P&gt;Yes, that was the problem. I changed it to:&lt;BR /&gt;
...| dedup field_3 | table&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2015 15:41:58 GMT</pubDate>
    <dc:creator>edrivera3</dc:creator>
    <dc:date>2015-04-27T15:41:58Z</dc:date>
    <item>
      <title>Inline search is not working in a dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157168#M44225</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
I had a similar problem last month. I received a solution but now I encountered the same problem but the solution does not apply to it.&lt;BR /&gt;
Here is my previous question :&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/231397/why-does-my-search-work-in-the-search-app-but-not-1.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev" target="_blank"&gt;http://answers.splunk.com/answers/231397/why-does-my-search-work-in-the-search-app-but-not-1.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;My problem is that the field "test_name" is not showing in the table. If I hit "Open in Search" in the dashboard panel, the whole table is showed correctly. &lt;BR /&gt;
"index=index_1 AND [search index=index_2 | fields field_1,field2] | rex "/n(?&amp;lt; test_name&amp;gt;[/w/W]{1,})/nDATASET" | rex  "Blahblah (?&amp;lt; field_3&amp;gt;/d+-/d+) | rex "Blahblash(?&amp;lt; field_4&amp;gt;[/w/W]{1,200}) | table test_name,field_3,field_4"&lt;/P&gt;

&lt;P&gt;Note: All slash are really backslash (I changed them here for the purpose of showing where the backslash are)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:37:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157168#M44225</guid>
      <dc:creator>edrivera3</dc:creator>
      <dc:date>2020-09-28T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inline search is not working in a dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157169#M44226</link>
      <description>&lt;P&gt;Update: I found that the problem occurred only when the inline search is divided by a search base:&lt;BR /&gt;
&amp;lt; search id="base_1"&amp;gt;&lt;BR /&gt;
    &lt;QUERY&gt;index=index_1 AND [search index=index_2 | fields field_1,field_2]&amp;lt; /query&amp;gt;&lt;BR /&gt;
&amp;lt; /search&amp;gt;&lt;/QUERY&gt;&lt;/P&gt;

&lt;P&gt;&amp;lt; panel&amp;gt;&lt;BR /&gt;
&amp;lt; search base="base_1"&amp;gt;&lt;BR /&gt;
   &amp;lt; query&amp;gt; rex "/n(?&amp;lt; test_name&amp;gt;[/w/W]{1,})/nDATASET" | rex "Blahblah (?&amp;lt; field_3&amp;gt;/d+-/d+) | rex "Blahblash(?&amp;lt; field_4&amp;gt;[/w/W]{1,200}) | table test_name,field_3,field_4 &amp;lt; /query&amp;gt;&lt;BR /&gt;
&amp;lt; /search&amp;gt;&lt;/P&gt;

&lt;P&gt;If the inline search is entirely in the panel, the table is showed correctly. This is weird because I use that search base to power all my other panels without a problem.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:37:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157169#M44226</guid>
      <dc:creator>edrivera3</dc:creator>
      <dc:date>2020-09-28T19:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inline search is not working in a dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157170#M44227</link>
      <description>&lt;P&gt;Hi try with &lt;STRONG&gt;join&lt;/STRONG&gt; commande&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=index_1 | rex "/n(?&amp;lt; test_name&amp;gt;[/w/W]{1,})/nDATASET" | rex "Blahblah (?&amp;lt; field_3&amp;gt;/d+-/d+) | rex "Blahblash(?&amp;lt; field_4&amp;gt;[/w/W]{1,200}) | join [search index=index_2 | fields field_1,field2] |table test_name,field_3,field_4
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let me know if you have any issue&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2015 22:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157170#M44227</guid>
      <dc:creator>NOUMSSI</dc:creator>
      <dc:date>2015-04-25T22:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inline search is not working in a dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157171#M44228</link>
      <description>&lt;P&gt;Ok. I tried this and I found the following:&lt;BR /&gt;
 1. The results take more time to show up with " | join" than If were using "AND"&lt;BR /&gt;
 2. When the table is starting to populate I saw some events that later are not in the table. I hit the "Open in Search" in the dashboard and I saw the same behavior. I checked my data and that event should be in the table.&lt;/P&gt;

&lt;P&gt;I am concerned about this strange splunk  behavior. First, why my initial search that runs correctly in the dashboard doesn't find any results if it is divided by search base. Why there are some events that appeared in the table when it is been populated and then they disappear.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:16:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157171#M44228</guid>
      <dc:creator>edrivera3</dc:creator>
      <dc:date>2015-04-27T15:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inline search is not working in a dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157172#M44229</link>
      <description>&lt;P&gt;Maybe the problem is related to this subsearch.&lt;BR /&gt;
...| eventstats count by field_3 | search count = 1 | table ...&lt;/P&gt;

&lt;P&gt;I am trying to show only unique values of field_3. Maybe this is not the proper way.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:33:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157172#M44229</guid>
      <dc:creator>edrivera3</dc:creator>
      <dc:date>2015-04-27T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Inline search is not working in a dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157173#M44230</link>
      <description>&lt;P&gt;Yes, that was the problem. I changed it to:&lt;BR /&gt;
...| dedup field_3 | table&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:41:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157173#M44230</guid>
      <dc:creator>edrivera3</dc:creator>
      <dc:date>2015-04-27T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inline search is not working in a dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157174#M44231</link>
      <description>&lt;P&gt;Ok .please forgive me to have not follow you. I as very busy.&lt;BR /&gt;
So &lt;STRONG&gt;dedup&lt;/STRONG&gt; commande will remove all the duplicates and then sort the results based on the specified sort-by field.&lt;BR /&gt;
You can also use &lt;STRONG&gt;dc&lt;/STRONG&gt; commande which Remove duplicates results with the same host value and return the total count of the remaining results. Fro example: &lt;CODE&gt;... | stats dc(host)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2015 01:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Inline-search-is-not-working-in-a-dashboard/m-p/157174#M44231</guid>
      <dc:creator>NOUMSSI</dc:creator>
      <dc:date>2015-04-28T01:03:05Z</dc:date>
    </item>
  </channel>
</rss>

