<?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: Post processing using transforming command in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348933#M22734</link>
    <description>&lt;P&gt;I am assuming that you are doing various kinds of &lt;CODE&gt;timecharts&lt;/CODE&gt; for the post-process.  If so check out my accepted answer here for the optimal approach:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/541378/how-to-create-a-base-search-that-retains-multiple.html"&gt;https://answers.splunk.com/answers/541378/how-to-create-a-base-search-that-retains-multiple.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 22:32:43 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-08-07T22:32:43Z</dc:date>
    <item>
      <title>Post processing using transforming command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348929#M22730</link>
      <description>&lt;P&gt;While using post process, I have set base search as "index=_test source="/logs/trans.log" component=core|fields activity". In my post process query, using below search &lt;BR /&gt;
        &lt;SEARCH base="baseSearch"&gt;&lt;BR /&gt;
          &lt;QUERY&gt;timechart span=1h count(activity) as Activites&lt;/QUERY&gt;&lt;BR /&gt;
        &lt;/SEARCH&gt;&lt;/P&gt;

&lt;P&gt;In my base query, there is no transforming command. When I try to use transforming command like timechart or stats, I do not get any results back. &lt;/P&gt;

&lt;P&gt;How do I use transforming command to link base search and post process query?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 21:47:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348929#M22730</guid>
      <dc:creator>chetan1974</dc:creator>
      <dc:date>2017-08-04T21:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Post processing using transforming command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348930#M22731</link>
      <description>&lt;P&gt;Did you try using the leading pipe?  &lt;CODE&gt;|stats&lt;/CODE&gt; etc.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 01:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348930#M22731</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-08-05T01:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Post processing using transforming command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348931#M22732</link>
      <description>&lt;P&gt;Hi chetan1974,&lt;BR /&gt;
there is no problem to put transform command both in the base search and/or in one or more of the secondary searches.&lt;BR /&gt;
The only attention point is to insert all the fields that you have in the secondary searches in the "field" command that is at the end of the base search.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 07:58:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348931#M22732</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-08-05T07:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Post processing using transforming command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348932#M22733</link>
      <description>&lt;P&gt;In your base search use &lt;CODE&gt;| fields _time activity&lt;/CODE&gt;&lt;BR /&gt;
so that your post process can see _time for the timechart. You'll need to bring forward any interesting field in the fields command in your base search for any post process search. &lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 10:55:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348932#M22733</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-08-05T10:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Post processing using transforming command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348933#M22734</link>
      <description>&lt;P&gt;I am assuming that you are doing various kinds of &lt;CODE&gt;timecharts&lt;/CODE&gt; for the post-process.  If so check out my accepted answer here for the optimal approach:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/541378/how-to-create-a-base-search-that-retains-multiple.html"&gt;https://answers.splunk.com/answers/541378/how-to-create-a-base-search-that-retains-multiple.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 22:32:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-using-transforming-command/m-p/348933#M22734</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-08-07T22:32:43Z</dc:date>
    </item>
  </channel>
</rss>

