Knowledge Management

How to delete a log by splunk api

carineconstanti
New Member

Hi, everubody

I monitor some files and sometime the data in these files are updated

I need to delete wrong data on Splunk by API.

How I can delete only a log that is wrong and that has been indexed on Splunk by Api command ?

Thanks

Tags (1)
0 Karma

micahkemp
Champion

If you can suffuciently craft a search that finds only the event(s) you want to delete, you can pipe the results of that search to the delete command.

Note that none of the default roles have the can_delete capability. You would need to either add this capability to a role temporarily, or create a new user/role just for this purpose.

0 Karma

felipesewaybric
Contributor

https://answers.splunk.com/answers/289083/how-to-delete-event-data-from-an-indexer-using-the.html

bmacias84: The api does not provide facilities to clean the eventdata as Splunk daemon needs to be stopped. You are better off using remote ssh command or powershell command to run the shell commands. You can use the "|delete" command to mark the data as unsearchable
via the api by create a search job, but that does not remove the data.

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, ...