<?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: HiddenPostProcess issues in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/HiddenPostProcess-issues/m-p/65189#M3416</link>
    <description>&lt;P&gt;Actually, I found out one workaround solution for this. Apparently, there is only an issue with multikv-extracted values. So, I appended an eval to the base search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="search"&amp;gt;index=os sourcetype=vmstat host=problemhost earliest=-4h@h | multikv fields loadAvg1mi, swapUsedPct |eval load_average=loadAvg1mi&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;...and did the timechart on the eval'd values:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="search"&amp;gt;| timechart avg(load_average) by host&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 17 Jun 2013 12:52:29 GMT</pubDate>
    <dc:creator>echalex</dc:creator>
    <dc:date>2013-06-17T12:52:29Z</dc:date>
    <item>
      <title>HiddenPostProcess issues</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/HiddenPostProcess-issues/m-p/65187#M3414</link>
      <description>&lt;P&gt;I have a problem with using a common search for more tables in a view.&lt;/P&gt;

&lt;P&gt;I'm trying to follow the instructions in &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.6/Developer/PostProcess" target="_blank"&gt;the documentation&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;The issue I have is that I can see now results in my timechart. The singlevalue field, however, IS updated:&lt;/P&gt;

&lt;P&gt;&amp;lt;module name="HiddenSearch" layoutPanel="panel_row3_col1" autoRun="True"&amp;gt;&lt;BR /&gt;
    &amp;lt;param name="search"&amp;gt;index=os sourcetype=vmstat host=problemhost earliest=-4h@h | multikv fields loadAvg1mi, swapUsedPct&amp;lt;/param&amp;gt;&lt;BR /&gt;
    &amp;lt;module name="HiddenPostProcess" layoutPanel="panel_row1_col1" group="CPU Load"&amp;gt;&lt;BR /&gt;
      &amp;lt;param name="search"&amp;gt;| timechart avg(loadAvg1mi) by host&amp;lt;/param&amp;gt;&lt;BR /&gt;
      &amp;lt;module name="HiddenChartFormatter"&amp;gt;&lt;BR /&gt;
                &amp;lt;param name="charting.axisTitleY.text"&amp;gt;Load&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;param name="charting.chart"&amp;gt;line&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;param name="charting.chart.stackMode"&amp;gt;default&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;param name="charting.legend.placement"&amp;gt;none&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;param name="charting.primaryAxisTitle.text"&amp;gt;time&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;param name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;param name="charting.chart.showMarkers"&amp;gt;false&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;param name="charting.layout.splitSeries"&amp;gt;false&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;module name="JSChart"&amp;gt;&lt;BR /&gt;
                  &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;&lt;BR /&gt;
                &amp;lt;/module&amp;gt;&lt;BR /&gt;
      &amp;lt;/module&amp;gt;&lt;BR /&gt;
    &amp;lt;/module&amp;gt;&lt;BR /&gt;
    &amp;lt;module name="HiddenPostProcess"&lt;BR /&gt;
        layoutPanel="panel_row1_col2" group="SIngle value"&amp;gt;&lt;BR /&gt;
      &amp;lt;param name="search"&amp;gt;| stats count&amp;lt;/param&amp;gt;&lt;BR /&gt;
      &amp;lt;module name="SingleValue"&amp;gt;&lt;BR /&gt;
        &amp;lt;param name="field"&amp;gt;count&amp;lt;/param&amp;gt;&lt;BR /&gt;
        &amp;lt;param name="afterLabel"&amp;gt; events&amp;lt;/param&amp;gt;&lt;BR /&gt;
        &amp;lt;param name="classField"&amp;gt;range&amp;lt;/param&amp;gt;&lt;BR /&gt;
      &amp;lt;/module&amp;gt;&lt;BR /&gt;&lt;BR /&gt;
    &amp;lt;/module&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/HiddenPostProcess-issues/m-p/65187#M3414</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2020-09-28T14:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenPostProcess issues</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/HiddenPostProcess-issues/m-p/65188#M3415</link>
      <description>&lt;P&gt;I've left out one chart to keep it as simple as possible.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 11:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/HiddenPostProcess-issues/m-p/65188#M3415</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2013-06-17T11:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: HiddenPostProcess issues</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/HiddenPostProcess-issues/m-p/65189#M3416</link>
      <description>&lt;P&gt;Actually, I found out one workaround solution for this. Apparently, there is only an issue with multikv-extracted values. So, I appended an eval to the base search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="search"&amp;gt;index=os sourcetype=vmstat host=problemhost earliest=-4h@h | multikv fields loadAvg1mi, swapUsedPct |eval load_average=loadAvg1mi&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;...and did the timechart on the eval'd values:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="search"&amp;gt;| timechart avg(load_average) by host&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jun 2013 12:52:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/HiddenPostProcess-issues/m-p/65189#M3416</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2013-06-17T12:52:29Z</dc:date>
    </item>
  </channel>
</rss>

