Getting Data In

Urgent: indexes.conf

ponto
New Member

Could someone tell me where can I find indexes.conf ?
Thanks in advance.

Tags (1)
0 Karma

DUThibault
Contributor

The shell command line find /opt/splunk -name indexes.conf will find all instances of indexes.conf in the Splunk directory tree.

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

hi @ponto,

Can you please check below link?

https://answers.splunk.com/answers/50881/indexes-conf-location.html

ponto
New Member

I already read that answer but I can't understand where should I put the command ''enableDataIntegrityControl''. Do you know how can I do ?

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

well, If your index is app specific or app level then store this configuration on app level means create indexes.conf in $SPLUNK_HOME/etc/apps/XXX/local OR if it is generic then create indexes.conf $SPLUNK_HOME/etc/system/local.

enableDataIntegrityControl option may be set under an [] entry.

enableDataIntegrityControl = true|false
* If set to true, hashes are computed on the rawdata slices and stored for
  future data integrity checks
* If set to false, no hashes are computed on the rawdata slices
* It has a global default value of false

eg. indexes.conf

[my_index]
enableDataIntegrityControl = true|false

Please check below link for more detail.

https://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Indexesconf

Thanks

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...