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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...