<?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 Example: Simple XML using PostProcess? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162663#M10001</link>
    <description>&lt;P&gt;Can someone post a simple example?  The documentation uses Advanced XML as the example:  &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.5/AdvancedDev/PostProcess"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.5/AdvancedDev/PostProcess&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2015 04:24:55 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2015-03-03T04:24:55Z</dc:date>
    <item>
      <title>Example: Simple XML using PostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162663#M10001</link>
      <description>&lt;P&gt;Can someone post a simple example?  The documentation uses Advanced XML as the example:  &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.5/AdvancedDev/PostProcess"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.5/AdvancedDev/PostProcess&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 04:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162663#M10001</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2015-03-03T04:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Example: Simple XML using PostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162664#M10002</link>
      <description>&lt;P&gt;Hey, here's a simple syntax&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;!-- My parent search --&amp;gt;
&amp;lt;search id="xyz"&amp;gt;
  &amp;lt;query&amp;gt;.....|stats count by a,b,c,d,e,f,_time&amp;lt;/query&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;!-- post processing reference --&amp;gt;
&amp;lt;chart&amp;gt;
  &amp;lt;search base="xyz"&amp;gt;
    &amp;lt;query&amp;gt; timechart count by a span=15m&amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
&amp;lt;/chart&amp;gt;
&amp;lt;chart&amp;gt;
  &amp;lt;search base="xyz"&amp;gt;
    &amp;lt;query&amp;gt;chart count over a by b&amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
&amp;lt;/chart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 04:54:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162664#M10002</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2015-03-03T04:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Example: Simple XML using PostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162665#M10003</link>
      <description>&lt;P&gt;From the Splunk 6.x Dashboard Examples app &lt;A href="https://apps.splunk.com/app/1603/"&gt;here&lt;/A&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Post Process Search&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;Each panel post processes the base search through a separate search pipeline.&amp;lt;/description&amp;gt;
  &amp;lt;searchTemplate&amp;gt;index=_internal | head 1000&amp;lt;/searchTemplate&amp;gt;
  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliestTime&amp;gt;-24h&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;chart&amp;gt;
      &amp;lt;title&amp;gt;Events over Time&amp;lt;/title&amp;gt;
      &amp;lt;searchPostProcess&amp;gt;timechart count&amp;lt;/searchPostProcess&amp;gt;
      &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;
    &amp;lt;table&amp;gt;
      &amp;lt;title&amp;gt;Top Sourcetypes&amp;lt;/title&amp;gt;
      &amp;lt;searchPostProcess&amp;gt;top limit=100 sourcetype | eval percent = round(percent,2)&amp;lt;/searchPostProcess&amp;gt;
      &amp;lt;option name="displayRowNumbers"&amp;gt;true&amp;lt;/option&amp;gt;
    &amp;lt;/table&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Mar 2015 05:30:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162665#M10003</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2015-03-03T05:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Example: Simple XML using PostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162666#M10004</link>
      <description>&lt;P&gt;FYI this is the syntax for Splunk 6.0 and 6.1, which only allowed one base search. Splunk 6.2 allows multiple base search (distinguished by ids).&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 18:36:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162666#M10004</guid>
      <dc:creator>skawasaki_splun</dc:creator>
      <dc:date>2015-06-25T18:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Example: Simple XML using PostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162667#M10005</link>
      <description>&lt;P&gt;FYI: This syntax is only supported in Splunk 6.2+&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 22:20:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162667#M10005</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2016-04-14T22:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Example: Simple XML using PostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162668#M10006</link>
      <description>&lt;P&gt;FYI: &lt;A href="https://community.splunk.com/1"&gt;Multiple base searches&lt;/A&gt; is supported in Splunk 6.2+, and the example of official document is at &lt;A href="https://community.splunk.com/2"&gt;Dashboards and Visualizations - Searches power dashboards and forms&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;link doesn't seem to work so I'll just put it here&lt;/P&gt;

&lt;P&gt;1:  &lt;A href="https://answers.splunk.com/answers/239159/multiple-base-searches-in-a-dasboard-with-post-pro.html"&gt;https://answers.splunk.com/answers/239159/multiple-base-searches-in-a-dasboard-with-post-pro.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;2: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.5/Viz/Savedsearches#Post-process_examples"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.5/Viz/Savedsearches#Post-process_examples&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 07:42:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162668#M10006</guid>
      <dc:creator>androchentw</dc:creator>
      <dc:date>2017-10-26T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Example: Simple XML using PostProcess?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162669#M10007</link>
      <description>&lt;P&gt;with global and local time inputs the post processing mechanism  not working ..  why ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 10:09:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-Simple-XML-using-PostProcess/m-p/162669#M10007</guid>
      <dc:creator>raj_mpl</dc:creator>
      <dc:date>2018-10-01T10:09:19Z</dc:date>
    </item>
  </channel>
</rss>

