Knowledge Management

how to delete old date from splunk

huabanyu8411
New Member

how to delete old date from splunk。

Tags (1)
0 Karma
1 Solution

BobM
Builder

I guess you mean how do you delete old data from splunk. There are three methods of achieving this.

  1. To delete EVERYTHING in an index, you need to use the clean command from the command line.

    splunk clean eventdata -index <indexname>

    see Remove indexed data from Splunk for more detail

  2. To delete specific events, you need to add the "can_delete" roll to your account, search for the data to delete and then pipe to the delete command. For example from the search bar of your browser to delete < mydata> older than a year :-

    index=main sourcetype=<mydata> latest=-1y | delete

    see Delete command for more detail

  3. To automatically delete data in an index older than an age, you need to set the frozenTimePeriodInSecs attribute in indexes.conf. eg. to set the default to delete data after 1 year use :-

    [default]
    frozenTimePeriodInSecs = 31536000

    see Set a retirement and archiving policy for more detail

Bob

View solution in original post

BobM
Builder

I guess you mean how do you delete old data from splunk. There are three methods of achieving this.

  1. To delete EVERYTHING in an index, you need to use the clean command from the command line.

    splunk clean eventdata -index <indexname>

    see Remove indexed data from Splunk for more detail

  2. To delete specific events, you need to add the "can_delete" roll to your account, search for the data to delete and then pipe to the delete command. For example from the search bar of your browser to delete < mydata> older than a year :-

    index=main sourcetype=<mydata> latest=-1y | delete

    see Delete command for more detail

  3. To automatically delete data in an index older than an age, you need to set the frozenTimePeriodInSecs attribute in indexes.conf. eg. to set the default to delete data after 1 year use :-

    [default]
    frozenTimePeriodInSecs = 31536000

    see Set a retirement and archiving policy for more detail

Bob

chutz
Engager
0 Karma

rusty009
Path Finder

as an aside, the delete command doesn't actually delete the logs, it jut makes them unsearchable. So if you're looking to save some disk space this might not be the best method to use.

0 Karma

Ayn
Legend

Provide more details for your question, please.

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...