Getting Data In

Splunk server failing to start due to no permission cold bucket

rsantoso_splunk
Splunk Employee
Splunk Employee

The permission is not available for user to write on the specified cold bucket directories.

Error:
Error IndexConfig - In index 'apac_network' : Failed to create directory '/opt/apac_frozen/APAC_network' (Permission denied)

Tags (1)
0 Karma
1 Solution

rsantoso_splunk
Splunk Employee
Splunk Employee

The issue is due to the frozen bucket is place in the /opt/xyz_frozen/ directory outside the /opt/splunk directory.
The splunk user does not have the permission to write to the /opt/xyz_frozen directory. Thus, not able to start the search head.

Creating the frozen directories for the frozen bucket and giving the permission to the user have resolved the issue.

mkdir -p /opt/xyz_frozen/XYZ_network

chown splunk_user:splunk_group /opt/xyz_frozen/XYZ_network

View solution in original post

0 Karma

rsantoso_splunk
Splunk Employee
Splunk Employee

The issue is due to the frozen bucket is place in the /opt/xyz_frozen/ directory outside the /opt/splunk directory.
The splunk user does not have the permission to write to the /opt/xyz_frozen directory. Thus, not able to start the search head.

Creating the frozen directories for the frozen bucket and giving the permission to the user have resolved the issue.

mkdir -p /opt/xyz_frozen/XYZ_network

chown splunk_user:splunk_group /opt/xyz_frozen/XYZ_network

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...