All Apps and Add-ons

Change an existing index frozenTimePeriodInSecs Thru REST

dcroteau
Splunk Employee
Splunk Employee

I know you can create a new index through REST:

curl -k -u admin:changeme https://127.0.0.1:8089/servicesNS/admin/search/data/indexes -d name=mynewindex -d frozenTimePeriodInSecs=#######

Is there a way to change or update an existing indexes frozenTimePeriodInSecs though REST?

0 Karma

supabuck
Path Finder

Hi dcroteau,

Let me know if the suggestion below worked.

Thanks!

-supabuck

0 Karma

supabuck
Path Finder

Hello dcroteau,

This absolutely can be done.

Based upon your example here is what you would do for the case of your index named mynewindex wanted to be changed to a year of retention:

curl -k -u admin:changeme https://127.0.0.1:8089/servicesNS/admin/search/data/indexes/mynewindex -d frozenTimePeriodInSecs=31536000

Specifying it in the path will alter the settings on that index via the REST endpoint.

Regards,
supabuck

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...