<?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: How to create multiple value in single panel? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603680#M210046</link>
    <description>&lt;P&gt;Don't be confused, just use the first row example where each element uses a separate &amp;lt;single&amp;gt; configuration inside the one panel.&lt;/P&gt;&lt;P&gt;You could theoretically do it in trellis by combining all the searches, but there would be little point.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 23:34:47 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2022-06-28T23:34:47Z</dc:date>
    <item>
      <title>How to create multiple value in single panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603674#M210043</link>
      <description>&lt;P&gt;Hi Team&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to create multiple value in single panel dashboard.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaibalaraman_0-1656457099973.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20341i48CD3575E996F64B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaibalaraman_0-1656457099973.png" alt="jaibalaraman_0-1656457099973.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 23:00:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603674#M210043</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2022-06-28T23:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple value in single panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603678#M210044</link>
      <description>&lt;P&gt;Two ways - either as distinct single value elements in a single panel or as a trellis view of multiple results for a single element in a single panel.&lt;/P&gt;&lt;P&gt;See example dashboard - first row has 4 &amp;lt;single&amp;gt; elements in a single panel and second has a trellis view of 4 values&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;tst1&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults
| eval value=100&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults
| eval value=200&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults
| eval value=300&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults
| eval value=400&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults
| eval value1=random() % 100
| eval value2=random() % 100
| eval value3=random() % 100
| eval value4=random() % 100&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeColors"&amp;gt;["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;1&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 Jun 2022 23:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603678#M210044</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-06-28T23:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple value in single panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603679#M210045</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sorry i am bit confused , I have 4 different search string which i would like to bring together in single panel. How can i do in trellis.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please advice on this .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 23:18:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603679#M210045</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2022-06-28T23:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple value in single panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603680#M210046</link>
      <description>&lt;P&gt;Don't be confused, just use the first row example where each element uses a separate &amp;lt;single&amp;gt; configuration inside the one panel.&lt;/P&gt;&lt;P&gt;You could theoretically do it in trellis by combining all the searches, but there would be little point.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 23:34:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-multiple-value-in-single-panel/m-p/603680#M210046</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-06-28T23:34:47Z</dc:date>
    </item>
  </channel>
</rss>

