Getting Data In

If we make changes in .conf files is there a way not to restart entire splunk?

kanamarlapudi
New Member

In general if we make changes in .conf files we need to restart splunk. Suppose splunk is deployed in production environment and if the changes are made in .conf restarting entire splunk might cause a problem. is there any way instead of restarting entire splunk?

Tags (1)
0 Karma
1 Solution

kamlesh_vaghela
SplunkTrust
SplunkTrust

HI

You can hit below URL to reload configuration file..

http[s]://[splunkweb hostname]:[splunkweb port]/debug/refresh

If you are working with extractions (props.conf / transform.cong) then below will work.

YOUR_SEARCh | extract reload=true 

Happy Splunking

View solution in original post

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

HI

You can hit below URL to reload configuration file..

http[s]://[splunkweb hostname]:[splunkweb port]/debug/refresh

If you are working with extractions (props.conf / transform.cong) then below will work.

YOUR_SEARCh | extract reload=true 

Happy Splunking

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi @kanamarlapudi,

When you make changes to Splunk Enterprise using the configuration files, you might need to restart Splunk Enterprise for the changes to take effect.

When to restart splunkd:

As a general rule, anything that modifies:

  1. Settings and properties that affect indexers and indexing behavior
  2. Settings and properties that affect users and roles.
  3. Settings and properties that affect Splunk's core configuration.

Splunk Enterprise changes that do not require a restart

  1. Lookup tables
  2. Field extractions
  3. Knowledge objects
  4. Tags
  5. Event types
  6. Props and transforms that hit the following endpoints: /configs/conf-props/_reload /configs/conf-transforms/_reload /admin/transforms-reload

Please check below link for detail information.

http://docs.splunk.com/Documentation/Splunk/6.0/Admin/Configurationfilechangesthatrequirerestart

Happy Splunking

0 Karma

kanamarlapudi
New Member

Thank You Kamlesh. It's really helpful.

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi @kanamarlapudi,

Glad to help you. Please accept the answer to close this question and upvote my comment which helps you.

Happy Splunking

0 Karma

harsmarvania57
Ultra Champion

Hi @kanamarlapudi,

Can you please let us know which .conf files you are talking about because some of the .conf files requires restart. For example : if you are removing index from indexes.conf then you need to restart splunk.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...