<?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: One Tile per Table Row in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496116#M138267</link>
    <description>&lt;P&gt;Look at the BRILLIANT &lt;CODE&gt;Bubble Chart&lt;/CODE&gt; hack here:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/785029/what-is-the-best-way-to-get-100ish-greeenyellowred.html"&gt;https://answers.splunk.com/answers/785029/what-is-the-best-way-to-get-100ish-greeenyellowred.html&lt;/A&gt;&lt;BR /&gt;
Be sure to &lt;CODE&gt;UpVote&lt;/CODE&gt; his answer (he deserves it).&lt;BR /&gt;
His answer (and my update to it below) shows you how to control the array dimensions in your search results.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 19:29:43 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2020-03-06T19:29:43Z</dc:date>
    <item>
      <title>One Tile per Table Row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496109#M138260</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I have a search that generates &lt;STRONG&gt;over 50's rows&lt;/STRONG&gt; and &lt;STRONG&gt;12 columns&lt;/STRONG&gt;. I need to create &lt;STRONG&gt;a tile for each row&lt;/STRONG&gt;.&lt;BR /&gt;
I thought about single value and trellis.&lt;BR /&gt;
However, these have limitations:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Can't trellis tables&lt;/LI&gt;
&lt;LI&gt;20 chart/graph limit before pagination&lt;/LI&gt;
&lt;LI&gt;Can't sort on a different field-value pair&lt;/LI&gt;
&lt;LI&gt;Only 2 field-value pairs per single value panel&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;As the number of rows is &lt;STRONG&gt;dynamic&lt;/STRONG&gt;, the number of tiles needs to be able to change (can't hardcode 50 tiles with the device name).&lt;/P&gt;

&lt;P&gt;Here column names in each row that are required for each tile.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Device Name
Status - Time Latest Event
Parameter 1 - Last 5 mins / Last 60 mins / Last 24 hours
Parameter 2 - Last 5 mins / Last 60 mins / Last 24 hours
Parameter 3 - Last 5 mins / Last 60 mins / Last 24 hours
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Example&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Server123
Up - Wed Jan 22, 2020 12:00:00
Hits:           200 / 2800 / 55000
Inquiries:  150 / 2400 / 53000
Errors:           6 /     10 /        43
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;EM&gt;If possible, would like to color code the different time intervals .&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;I've seen that Splunk ITSI breaks the 20 tile barrier of Trellis; however, in the screenshots I've seen, only 2 field-value pairs per tile.&lt;/P&gt;

&lt;P&gt;We do not have ITSI, so I'm not able to check the code to determine if it could be modified to handle more field-value pairs.&lt;/P&gt;

&lt;P&gt;Here are some of my thoughts on how I might be able to accomplish this.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Set &lt;STRONG&gt;tokens&lt;/STRONG&gt; for each row (column  value).&lt;/LI&gt;
&lt;LI&gt;Use an **** panel to populate the 12 tokens from that row.&lt;/LI&gt;
&lt;LI&gt;Cycle through each row creating a new tile. Is there a for-next loop    construct within SPL/XML? Is it possible to create a new panel during a search using **** and    **** tags?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Your thoughts, ideas, comments, direction appreciated.&lt;/P&gt;

&lt;P&gt;UPDATED&lt;/P&gt;

&lt;P&gt;Here is a screen shot.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="Printer Dashboard Example"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8289i64DC6173BD0656CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Printer Dashboard Example" alt="Printer Dashboard Example" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I'm working with the transpose command to resolve some of these issues. However, I am facing new issues: I can't maintain the formatting (colorPalette) once transposed; what are the new field names in order to run additional commands against.&lt;BR /&gt;
See this post from me for details.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/807944/first-transpose-then-colorpalette.html"&gt;First transpose. Then colorPalette.&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks and God bless,&lt;BR /&gt;
Genesius&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 16:03:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496109#M138260</guid>
      <dc:creator>genesiusj</dc:creator>
      <dc:date>2020-01-25T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: One Tile per Table Row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496110#M138261</link>
      <description>&lt;P&gt;@genesiusj would it be possible for you to post the mock screenshot of the desired output? Based on your use case or ITSI scenario you have mentioned.&lt;/P&gt;

&lt;P&gt;You can refer to one of my older answers where I have used Simple XML JS extension to parse through the search result rows using SplunkJS Stack and then format results as html section. You can go ahead and create html output as per your needs.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/662523/how-to-show-table-result-in-one-page-table-modific.html"&gt;https://answers.splunk.com/answers/662523/how-to-show-table-result-in-one-page-table-modific.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 19:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496110#M138261</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-01-25T19:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: One Tile per Table Row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496111#M138262</link>
      <description>&lt;P&gt;@niketnilay &lt;BR /&gt;
I don't appear to have enough karma to paste screenshots in my posts. ;-(&lt;BR /&gt;
Is there any other way to get this to you, and the rest of the Answeres Community?&lt;BR /&gt;
Thanks and God bless,&lt;BR /&gt;
Genesius&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 19:23:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496111#M138262</guid>
      <dc:creator>genesiusj</dc:creator>
      <dc:date>2020-01-27T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: One Tile per Table Row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496112#M138263</link>
      <description>&lt;P&gt;@genesiusj you can always upload to image sharing sites and post the link using &lt;CODE&gt;image&lt;/CODE&gt; button here on Splunk Answers (for example &lt;CODE&gt;imgur&lt;/CODE&gt;). Please ensure that you mask/anonymize any sensitive information before posting.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 01:09:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496112#M138263</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-01-28T01:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: One Tile per Table Row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496113#M138264</link>
      <description>&lt;P&gt;@niketnilay &lt;/P&gt;

&lt;P&gt;BTW, when will I be permitted to paste screenshots?&lt;/P&gt;

&lt;P&gt;Thanks and God bless,&lt;BR /&gt;
Genesius&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 14:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496113#M138264</guid>
      <dc:creator>genesiusj</dc:creator>
      <dc:date>2020-01-28T14:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: One Tile per Table Row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496114#M138265</link>
      <description>&lt;P&gt;You'll need 60 karma points to be able to add images. &lt;BR /&gt;
Reference Karma points rewards: &lt;A href="https://docs.splunk.com/Documentation/Splunkbase/splunkbase/Answers/HowtoearnKarma#Karma_rewards"&gt;https://docs.splunk.com/Documentation/Splunkbase/splunkbase/Answers/HowtoearnKarma#Karma_rewards&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 20:43:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496114#M138265</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-01-28T20:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: One Tile per Table Row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496115#M138266</link>
      <description>&lt;P&gt;@somesoni&lt;BR /&gt;
Thank you for the information.&lt;BR /&gt;
I can add an image link (link needs to be on the Internet - file-sharing site; which goes against internal Internet policies), but I can't upload an image from my PC to the post.&lt;BR /&gt;
Am I doing something wrong?&lt;BR /&gt;
Thanks and God bless,&lt;BR /&gt;
Genesius&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 15:41:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496115#M138266</guid>
      <dc:creator>genesiusj</dc:creator>
      <dc:date>2020-01-29T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: One Tile per Table Row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496116#M138267</link>
      <description>&lt;P&gt;Look at the BRILLIANT &lt;CODE&gt;Bubble Chart&lt;/CODE&gt; hack here:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/785029/what-is-the-best-way-to-get-100ish-greeenyellowred.html"&gt;https://answers.splunk.com/answers/785029/what-is-the-best-way-to-get-100ish-greeenyellowred.html&lt;/A&gt;&lt;BR /&gt;
Be sure to &lt;CODE&gt;UpVote&lt;/CODE&gt; his answer (he deserves it).&lt;BR /&gt;
His answer (and my update to it below) shows you how to control the array dimensions in your search results.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 19:29:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/One-Tile-per-Table-Row/m-p/496116#M138267</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-06T19:29:43Z</dc:date>
    </item>
  </channel>
</rss>

