<?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 do we delete old data for only three files in the one index ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576742#M101889</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See, my data is stored in one index and in that index there are so many data is storing so i need to delete only the particular files&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 11:19:17 GMT</pubDate>
    <dc:creator>kiranpanchavat1</dc:creator>
    <dc:date>2021-11-30T11:19:17Z</dc:date>
    <item>
      <title>How do we delete old data for only three files in the one index ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576347#M101845</link>
      <description>&lt;P&gt;we need to delete three files from the index&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the |delete command to clean the indexed data and it’s deleted but still its showing under the source field.&lt;/P&gt;&lt;P&gt;source='/var/log/splunk/syslog/******/********' | delete&lt;/P&gt;&lt;P&gt;source='/var/log/splunk/syslog/******/********' | delete&lt;/P&gt;&lt;P&gt;source='/var/log/splunk/syslog/******/********' | delete&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 16:02:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576347#M101845</guid>
      <dc:creator>kiranpanchavat1</dc:creator>
      <dc:date>2021-11-25T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do we delete old data for only three files in the one index ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576349#M101846</link>
      <description>&lt;P&gt;What do you mean by "still showing under the source field"?&lt;/P&gt;&lt;P&gt;Also, you know that delete doesn't physically remove the data from index files? Just marks them as inaccessible.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 16:12:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576349#M101846</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-11-25T16:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do we delete old data for only three files in the one index ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576350#M101847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239679"&gt;@kiranpanchavat1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the delete command makes only a logical deleting of the events but it doesn't remove the deleted events from the buckets.&lt;/P&gt;&lt;P&gt;If you want to fully clean an index you can use the command&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./splunk clean eventdata -index &amp;lt;your_index&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;if you want to remove all the entire buckets where the latest event exceeds a retention time, you could change the retention time for that index, wait for the deletion of old data and the set up again the the correct retention time disk.&lt;/P&gt;&lt;P&gt;It isn't possible to physically delete only a part of events in a bucket.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 16:13:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576350#M101847</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-11-25T16:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do we delete old data for only three files in the one index ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576742#M101889</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See, my data is stored in one index and in that index there are so many data is storing so i need to delete only the particular files&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 11:19:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576742#M101889</guid>
      <dc:creator>kiranpanchavat1</dc:creator>
      <dc:date>2021-11-30T11:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do we delete old data for only three files in the one index ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576744#M101890</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239679"&gt;@kiranpanchavat1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you're speaking of delete an entire bucket,&amp;nbsp;in Community there are some examples of deleting buckets but I didn't directly tested:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Deployment-Architecture/How-to-manually-delete-buckets-in-cluster-peers/m-p/146106" target="_blank"&gt;https://community.splunk.com/t5/Deployment-Architecture/How-to-manually-delete-buckets-in-cluster-peers/m-p/146106&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Deployment-Architecture/Delete-corrupt-bucket-or-down-index-in-cluster/m-p/148488" target="_blank"&gt;https://community.splunk.com/t5/Deployment-Architecture/Delete-corrupt-bucket-or-down-index-in-cluster/m-p/148488&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If instead you want to delete only a part of a bucket it isn't possible, you can only make a logical deletion (delete command).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 11:27:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576744#M101890</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-11-30T11:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do we delete old data for only three files in the one index ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576745#M101891</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;Can you provide me the btprobe command details&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 11:29:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576745#M101891</guid>
      <dc:creator>kiranpanchavat1</dc:creator>
      <dc:date>2021-11-30T11:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do we delete old data for only three files in the one index ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576746#M101892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239679"&gt;@kiranpanchavat1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/Troubleshooting/CommandlinetoolsforusewithSupport#btprobe" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/Troubleshooting/CommandlinetoolsforusewithSupport#btprobe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I never used it.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 11:31:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-we-delete-old-data-for-only-three-files-in-the-one-index/m-p/576746#M101892</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-11-30T11:31:12Z</dc:date>
    </item>
  </channel>
</rss>

