<?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: Help on appendpipe in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/511033#M143126</link>
    <description>&lt;P&gt;it works but in this case I lost the color format vizualization I use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ex : 0 to 32 : red color&lt;/P&gt;&lt;P&gt;32 to 50 : orange color&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2020 04:06:07 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2020-07-27T04:06:07Z</dc:date>
    <item>
      <title>Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510790#M143024</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I use the code below&lt;/P&gt;&lt;P&gt;In the case of no FreeSpace event exists, I would like to display the message "No disk pace events for this host" in my single panel&lt;/P&gt;&lt;P&gt;How doing this please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; `diskspace` 
| fields FreeSpaceKB host 
| eval host=upper(host) 
| eval FreeSpace = FreeSpaceKB/1024 
| eval FreeSpace = round(FreeSpace/1024,1) 
| search host=$tok_filterhost$ 
| stats latest(FreeSpace) as FreeSpace by host 
| table FreeSpace &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 05:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510790#M143024</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2020-07-24T05:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510797#M143028</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; `diskspace` 
| fields FreeSpaceKB host 
| eval host=upper(host) 
| eval FreeSpace = FreeSpaceKB/1024 
| eval FreeSpace = round(FreeSpace/1024,1) 
| search host=$tok_filterhost$ 
| stats latest(FreeSpace) as FreeSpace by host 
| table FreeSpace 
| appendpipe [|stats count
| eval FreeSpace="No disk pace events for this host"
| where count = 0 | table FreeSpace ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There must have been something made by&amp;nbsp; &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;&amp;nbsp;about it before, but I've forgotten.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 07:02:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510797#M143028</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-07-24T07:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510846#M143052</link>
      <description>&lt;P&gt;You've got it; that's the way to do it, but it was originally from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/172708"&gt;@martin_mueller&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:27:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510846#M143052</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-07-24T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510872#M143064</link>
      <description>&lt;P&gt;Every query has its own history. thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 18:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510872#M143064</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-07-24T18:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510928#M143089</link>
      <description>&lt;P&gt;Thanks, it works fine but ..&lt;/P&gt;&lt;P&gt;In my xml , i format my single value like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;So if&amp;nbsp;"No disk space for this events" is true what is displayed is&amp;nbsp;"No disk space for this events &lt;STRONG&gt;GB&lt;/STRONG&gt;".....&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 03:16:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510928#M143089</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2020-07-25T03:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510930#M143091</link>
      <description>&lt;LI-CODE lang="markup"&gt;`diskspace` 
| fields FreeSpaceKB host 
| eval host=upper(host) 
| eval FreeSpace = FreeSpaceKB/1024 
| eval FreeSpace = round(FreeSpace/1024,1) 
| search host=$tok_filterhost$ 
| stats latest(FreeSpace) as FreeSpace by host 
| eval FreeSpace=FreeSpace."GB"
| table FreeSpace&lt;/LI-CODE&gt;&lt;P&gt;and delete &lt;STRONG&gt;option.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 04:26:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/510930#M143091</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-07-25T04:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/511003#M143122</link>
      <description>Thanks Would you confirme that with this code the color palette will continue to work fine? ( i cant test ot today sorry)?</description>
      <pubDate>Sun, 26 Jul 2020 08:03:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/511003#M143122</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2020-07-26T08:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/511004#M143123</link>
      <description>&lt;P&gt;Thanks Would you confirme that with this code the color palette will continue to work fine? ( i cant test ot today sorry)?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 08:06:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/511004#M143123</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2020-07-26T08:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help on appendpipe</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/511033#M143126</link>
      <description>&lt;P&gt;it works but in this case I lost the color format vizualization I use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ex : 0 to 32 : red color&lt;/P&gt;&lt;P&gt;32 to 50 : orange color&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 04:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-on-appendpipe/m-p/511033#M143126</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2020-07-27T04:06:07Z</dc:date>
    </item>
  </channel>
</rss>

