<?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: Insert a heading between rows and customise it.? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369676#M169890</link>
    <description>&lt;P&gt;Adapted from an answer provided on slack by @firebus&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
  &amp;lt;html&amp;gt;
    &amp;lt;h2&amp;gt;This is the title for row 1&amp;lt;/h2&amp;gt;
  &amp;lt;/html&amp;gt;
&amp;lt;/row&amp;gt;
&amp;lt;row&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;title&amp;gt;This is the first panel in row 1 &amp;lt;/title&amp;gt;
  &amp;lt;/panel&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;title&amp;gt;This is the second panel in row 1&amp;lt;/title&amp;gt;
  &amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 27 Apr 2018 22:23:02 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2018-04-27T22:23:02Z</dc:date>
    <item>
      <title>Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369669#M169883</link>
      <description>&lt;P&gt;How can I add a heading between two rows , my each row on dashboard has three panels . and can i customize it ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 20:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369669#M169883</guid>
      <dc:creator>navd</dc:creator>
      <dc:date>2018-04-27T20:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369670#M169884</link>
      <description>&lt;P&gt;Could you provide more details on your requirement? May be a mock output? I believe you can add an html panel to show any text that you want to show in a row.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/7.0.0/Viz/PanelreferenceforSimplifiedXML#html"&gt;https://docs.splunk.com/Documentation/SplunkCloud/7.0.0/Viz/PanelreferenceforSimplifiedXML#html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 20:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369670#M169884</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-27T20:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369671#M169885</link>
      <description>&lt;P&gt;yes , I have added html panel to show text , just wondering if there is any ui option for it . Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 20:43:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369671#M169885</guid>
      <dc:creator>navd</dc:creator>
      <dc:date>2018-04-27T20:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369672#M169886</link>
      <description>&lt;P&gt;What version of Splunk are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 20:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369672#M169886</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-27T20:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369673#M169887</link>
      <description>&lt;P&gt;version 7.0.3 &lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 20:50:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369673#M169887</guid>
      <dc:creator>navd</dc:creator>
      <dc:date>2018-04-27T20:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369674#M169888</link>
      <description>&lt;P&gt;How does your dashboard look like, in Pseudo code of simple xml element? E.g. Is it like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
&amp;lt;panel&amp;gt;..&amp;lt;...visualization eg table/chart.&amp;gt;.&amp;lt;/panel&amp;gt;
&amp;lt;panel&amp;gt;..&amp;lt;...visualization eg table/chart.&amp;gt;.&amp;lt;/panel&amp;gt;
&amp;lt;panel&amp;gt;...&amp;lt;...visualization eg table/chart.&amp;gt;.&amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Based on &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.3/Viz/PanelreferenceforSimplifiedXML#panel"&gt;Splunk documentation on simple xml&lt;/A&gt;, a panel has title and each visualization element has title, so if you could add 3 visualization in single panel, the panel title will become your row title, and visualization title will become your panel title.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
&amp;lt;panel&amp;gt;..
&amp;lt;...visualization eg table/chart.&amp;gt;
&amp;lt;...visualization eg table/chart.&amp;gt;
&amp;lt;...visualization eg table/chart.&amp;gt;.
&amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Apr 2018 21:00:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369674#M169888</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-27T21:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369675#M169889</link>
      <description>&lt;P&gt;yes it looks like this &lt;/P&gt;

&lt;P&gt;..&amp;lt;...visualization eg table/chart.&amp;gt;.&lt;BR /&gt;
 ..&amp;lt;...visualization eg table/chart.&amp;gt;.&lt;BR /&gt;
 ...&amp;lt;...visualization eg table/chart.&amp;gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 21:04:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369675#M169889</guid>
      <dc:creator>navd</dc:creator>
      <dc:date>2018-04-27T21:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369676#M169890</link>
      <description>&lt;P&gt;Adapted from an answer provided on slack by @firebus&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
  &amp;lt;html&amp;gt;
    &amp;lt;h2&amp;gt;This is the title for row 1&amp;lt;/h2&amp;gt;
  &amp;lt;/html&amp;gt;
&amp;lt;/row&amp;gt;
&amp;lt;row&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;title&amp;gt;This is the first panel in row 1 &amp;lt;/title&amp;gt;
  &amp;lt;/panel&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;title&amp;gt;This is the second panel in row 1&amp;lt;/title&amp;gt;
  &amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Apr 2018 22:23:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369676#M169890</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-04-27T22:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a heading between rows and customise it.?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369677#M169891</link>
      <description>&lt;P&gt;Thanks Dal! This allows me to upgoat my own answer XD&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 22:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Insert-a-heading-between-rows-and-customise-it/m-p/369677#M169891</guid>
      <dc:creator>ruman_splunk</dc:creator>
      <dc:date>2018-04-27T22:44:48Z</dc:date>
    </item>
  </channel>
</rss>

