Getting Data In

Delete index and recreate using python sdk

bertm81
New Member

Hi,
I am trying to delete all data from an index for automated testing using the python sdk. The splunk.client.index.clean works intermittently but times out often. I seen this question: where in the last comment gblock [Splunk] suggest not using the clean function but delete the index and recreate instead. I have tried this in the below code function but when I try to recreate, I get an error saying

HTTPError: HTTP 404 Not Found -- Index "testindex" is being deleted; name still unavailable

Sode Snippet

def clear_index(index):
service = splunk_connection.get()
if index.state.content.disabled == 1:
index.enable()
name = index.name
service.indexes.delete(name)
service.indexes.create(name)

the user is created as follows.

/opt/splunk/bin/splunk add user usernasme -password password -role admin -auth admin:changeme'

0 Karma

bertm81
New Member

Bumping this as I am still having this issue.

0 Karma
Get Updates on the Splunk Community!

AI for AppInspect

We’re excited to announce two new updates to AppInspect designed to save you time and make the app approval ...

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...