<?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: Create Panels Dynamically based on search results in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Create-Panels-Dynamically-based-on-search-results/m-p/312885#M4283</link>
    <description>&lt;P&gt;One way of doing this is via Sideview Utils and their "multiplexer" module.  It is designed to make new dashboard panels based on search results.  There may be other ways too, but I know the approach of @sideview works.  See &lt;A href="http://sideviewapps.com/apps/sideview-utils/"&gt;http://sideviewapps.com/apps/sideview-utils/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 15:26:29 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2017-02-21T15:26:29Z</dc:date>
    <item>
      <title>Create Panels Dynamically based on search results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-Panels-Dynamically-based-on-search-results/m-p/312883#M4281</link>
      <description>&lt;P&gt;All,&lt;/P&gt;

&lt;P&gt;I am hoping someone to help me fine a solution for what I am trying to do.  I have the following data from a search:&lt;/P&gt;

&lt;P&gt;hostname,deviceid&lt;BR /&gt;
host1,1&lt;BR /&gt;
host2,2&lt;/P&gt;

&lt;P&gt;What I am trying to do is to created panels for each host and display the hostname within that panel using the html tags.  It should look like this:&lt;/P&gt;

&lt;P&gt;.........................................................................&lt;BR /&gt;
.     host1                                                         .&lt;BR /&gt;
.                                                                        .&lt;BR /&gt;
.                                                                        .&lt;BR /&gt;
.........................................................................&lt;/P&gt;

&lt;P&gt;.........................................................................&lt;BR /&gt;
.     host2                                                         .&lt;BR /&gt;
.                                                                        .&lt;BR /&gt;
.                                                                        .&lt;BR /&gt;
.........................................................................&lt;/P&gt;

&lt;P&gt;Thank you in advance,&lt;/P&gt;

&lt;P&gt;Stephen Robinson&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 14:38:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-Panels-Dynamically-based-on-search-results/m-p/312883#M4281</guid>
      <dc:creator>slrobnson</dc:creator>
      <dc:date>2017-02-21T14:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create Panels Dynamically based on search results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-Panels-Dynamically-based-on-search-results/m-p/312884#M4282</link>
      <description>&lt;P&gt;There are lots of ways.  For instance, you could set up a base search and then post-filter each panel using the data from your above search.  (| head 1 for first panel, |head 2 | tail 1 for second panel, | head 3 | tail 1 for third panel etc)&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/170633/how-do-i-use-one-search-to-populate-a-bunch-of-pan.html"&gt;https://answers.splunk.com/answers/170633/how-do-i-use-one-search-to-populate-a-bunch-of-pan.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:15:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-Panels-Dynamically-based-on-search-results/m-p/312884#M4282</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-02-21T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Panels Dynamically based on search results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Create-Panels-Dynamically-based-on-search-results/m-p/312885#M4283</link>
      <description>&lt;P&gt;One way of doing this is via Sideview Utils and their "multiplexer" module.  It is designed to make new dashboard panels based on search results.  There may be other ways too, but I know the approach of @sideview works.  See &lt;A href="http://sideviewapps.com/apps/sideview-utils/"&gt;http://sideviewapps.com/apps/sideview-utils/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:26:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Create-Panels-Dynamically-based-on-search-results/m-p/312885#M4283</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2017-02-21T15:26:29Z</dc:date>
    </item>
  </channel>
</rss>

