<?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: How to delete repeated rows and only keep the values that have a reason? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584877#M203746</link>
    <description>&lt;P&gt;I am sorry, next time I will write the text, thank you very much for your answer.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Feb 2022 10:51:30 GMT</pubDate>
    <dc:creator>crmarley20</dc:creator>
    <dc:date>2022-02-13T10:51:30Z</dc:date>
    <item>
      <title>How to delete repeated rows and only keep the values that have a reason?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584232#M203439</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help please, it happens that I have this table where when the technician enters the reason for its technical service is saved in splunk its previous value and the new change.&lt;/P&gt;&lt;P&gt;I need to delete the repeated rows and only keep the values that have a reason written by the technician.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="crmarley20_0-1644672893345.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17962i4C53006A9FAF3304/image-size/medium?v=v2&amp;amp;px=400" role="button" title="crmarley20_0-1644672893345.png" alt="crmarley20_0-1644672893345.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 13:35:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584232#M203439</guid>
      <dc:creator>crmarley20</dc:creator>
      <dc:date>2022-02-12T13:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete repeated rows and only keep the values that have a reason?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584822#M203721</link>
      <description>&lt;P&gt;First of all, since you already use synthetic data, you should give that in text rather than screenshot. &amp;nbsp;It is so much easier for others to help if they can access data.&lt;/P&gt;&lt;P&gt;Second, when "The Tech. did not write", shouldn't the field grund be null/empty? &amp;nbsp;If that is the case, you can replace table with&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats count by start end technician grund&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;This is to use a side effect of groupby where no row is output when one of the groupby variables is null. (count is just a byproduct that you can discard.)&lt;/P&gt;&lt;P&gt;If the system that generates this data is so verbose that it actually output a string to say "The Tech. did not write", you can simply filter them out of events before table.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=blah sourcetype=blah NOT "The Tech. did not write"
| table start end technicial grund&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 02:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584822#M203721</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-02-12T02:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete repeated rows and only keep the values that have a reason?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584859#M203738</link>
      <description>&lt;P&gt;You should not expect any help when you post pictures instead of the text.&amp;nbsp; Nobody is going to bother typing all that in from a photo.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Feb 2022 19:27:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584859#M203738</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2022-02-12T19:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete repeated rows and only keep the values that have a reason?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584877#M203746</link>
      <description>&lt;P&gt;I am sorry, next time I will write the text, thank you very much for your answer.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 10:51:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584877#M203746</guid>
      <dc:creator>crmarley20</dc:creator>
      <dc:date>2022-02-13T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete repeated rows and only keep the values that have a reason?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584878#M203747</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 10:52:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-delete-repeated-rows-and-only-keep-the-values-that-have-a/m-p/584878#M203747</guid>
      <dc:creator>crmarley20</dc:creator>
      <dc:date>2022-02-13T10:52:34Z</dc:date>
    </item>
  </channel>
</rss>

