<?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 Appendpipe alters field values when not null in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/557968#M158464</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm inserting an appendpipe into my SPL so that in the event there are no results, a stats table will still be produced.&lt;/P&gt;&lt;P&gt;However, I am seeing differences in the field values when they are not null. Can anyone explain why this is occurring and how to fix this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jul 2021 04:07:55 GMT</pubDate>
    <dc:creator>ebs</dc:creator>
    <dc:date>2021-07-01T04:07:55Z</dc:date>
    <item>
      <title>Appendpipe alters field values when not null</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/557968#M158464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm inserting an appendpipe into my SPL so that in the event there are no results, a stats table will still be produced.&lt;/P&gt;&lt;P&gt;However, I am seeing differences in the field values when they are not null. Can anyone explain why this is occurring and how to fix this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 04:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/557968#M158464</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2021-07-01T04:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Appendpipe alters field values when not null</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/557969#M158465</link>
      <description>&lt;P&gt;SPL results when there is no appendpipe&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 04:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/557969#M158465</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2021-07-01T04:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Appendpipe alters field values when not null</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/557997#M158473</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228215"&gt;@ebs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you tried&amp;nbsp;appendcols ?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 07:06:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/557997#M158473</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-07-01T07:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Appendpipe alters field values when not null</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/558075#M158503</link>
      <description>&lt;P&gt;Using appendcols, there are still differences&lt;/P&gt;&lt;P&gt;lowPriority, unattended, and largePayload still differ from the values when not using an appendcol/appendpipe&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 22:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/558075#M158503</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2021-07-01T22:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Appendpipe alters field values when not null</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/558076#M158504</link>
      <description />
      <pubDate>Thu, 01 Jul 2021 22:36:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/558076#M158504</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2021-07-01T22:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Appendpipe alters field values when not null</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/558101#M158512</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228215"&gt;@ebs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well if you want to display the Tier for which the events are not available OR has no count, I think append pipe or append column will not help you.&lt;/P&gt;&lt;P&gt;But as you are doing &amp;nbsp;transpose and fields in you further searches I would like to suggest you below search.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;YOUR_DATAMODEL_SEARCH 
| stats count as averageResponse by Tier
| eval averageResponse=round(averageResponse,3)
| transpose 0 header_field="Tier"
| eval _time=now()
| fields unaithenticated,highPriority,lowPrioriy,unattended,largePayload _time
| fillnull value=0.000 unaithenticated,highPriority,lowPrioriy,unattended,largePayload&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Sample Search :&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval Tier="unaithenticated,highPriority,lowPrioriy",Tier=split(Tier,",") | stats count as averageResponse by Tier
| eval averageResponse=round(averageResponse,3)
| transpose 0 header_field="Tier"
| eval _time=now()
| fields unaithenticated,highPriority,lowPrioriy,unattended,largePayload _time
| fillnull value=0.000 unaithenticated,highPriority,lowPrioriy,unattended,largePayload&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;KV&lt;BR /&gt;▄︻̷̿┻̿═━一&lt;BR /&gt;&lt;BR /&gt;If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 06:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Appendpipe-alters-field-values-when-not-null/m-p/558101#M158512</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-07-02T06:18:54Z</dc:date>
    </item>
  </channel>
</rss>

