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!

Splunk Enterprise Security: Your Command Center for PCI DSS Compliance

Every security professional knows the drill. The PCI DSS audit is approaching, and suddenly everyone's asking ...

Developer Spotlight with Guilhem Marchand

From Splunk Engineer to Founder: The Journey Behind TrackMe    After spending over 12 years working full time ...

Cisco Catalyst Center Meets Splunk ITSI: From 'Payments Are Down' to Root Cause in ...

The Problem: When Networks and Services Don't Talk Payment systems fail at a retail location. Customers are ...