Knowledge Management

How do I remove a source?

yuanqi
New Member

I added a test file as source and couldn't figure out a way to remove it anymore. I even deleted the file and restarted Splunk. No luck.
Any suggestion?

Thanks!

Tags (1)
0 Karma
1 Solution

kristian_kolb
Ultra Champion

You can either clean out the whole index, i.e. delete everything that you've already added to the index in question. To do this,

     stop splunk
     splunk clean eventdata -index your_index
     restart splunk

OR

you can pipe specific search results to 'delete', i.e. you will never see them again, but the operation won't free up any used disk space. This requires that you have admin privileges and add can_delete to your role.

See the documentation for further guidance.

hope this helps,

Kristian

View solution in original post

kristian_kolb
Ultra Champion

You can either clean out the whole index, i.e. delete everything that you've already added to the index in question. To do this,

     stop splunk
     splunk clean eventdata -index your_index
     restart splunk

OR

you can pipe specific search results to 'delete', i.e. you will never see them again, but the operation won't free up any used disk space. This requires that you have admin privileges and add can_delete to your role.

See the documentation for further guidance.

hope this helps,

Kristian

yuanqi
New Member

I tried the second approach and it works.
Thanks!

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...