Existing Env :
1. Indexer Clustering
2. Search head Clustering.
For testing an Issue. I have a a standalone searchhead instance pulling data from the indexer cluster ( successfully setup - seperate from the existing searchhead clustering) and able to fetch data from all the search peers as well.
But, I dont see any index time settings of props or transforms being applied to the data when i view from the standalone searchhead. I have manually added a single app settings in /etc/system/default and /etc/system/local , it works. I have many applications which have to be applied.
Can you please provide me an easy splution if possible, of the existing custom app settings of the indexer clustering environment be applied when queried from my standalone searchhead.
1. You should never touch contents of system/default or <app>/default.
2. You'd better not touch system/local either. It's best to put settings into apps.
3. I suspect there is some misunderstanding index-time props and transforms happen before search time. And these reside and are done on indexers and/or HFs. And with modern Splunk versions even indexed fields usually don't rely on the configuration as much as they used to so most if not all indexed fields should be shown in your search results.
You probably mean the search-time settings (field extractions, eventtypes, tags and so on). Unfortunately, there is no "fire and forget" way of migrating them from one instance to another. You might try copying etc/shcluster/apps from your deployer (you have a SH cluster, right?) to etc/apps on your stand-alone SH but that might not cover all content.
Alternatively you can copy etc/apps from one of the SHC members. But again -that might not cover all content, especially users' private content.
And there might be also some settings in system/local (which - as I said before - should generally be avoided).
Quite probably this is your issue.
I expecting that you have some default in your SHC's Deployer for those apps, but then you have lot of changes done via SHC's GUI. Those are not present in Deployer. Then if you have also some configuration which permissions is private then those are not even inside .../etc/apps/<app name> and you cannot get that information before you have change permission for those KOs to app instead of private.
Then probably biggest issue is that your users have done those changes inside default "search and reporting" app. Then basically what you should/must do is create a separate app then move those into that app and there export it and install it into your separate SH.
But it's hard to say what you must exactly do, without seeing your environment. So maybe it's best to get some local Splunk Partner/Consultant which can come to your place and look it together with you.
Hi @gnagasri
Can you please give examples of index-time settings which are not being applied on your adhoc SH? The index-time settings only need to be on the indexers if they are receiving the data - it sounds more likely that there are some search-time parsing configurations which are on your SHC but not applied to your adhoc searchhead.
You will need to copy the apps containing the props/transforms/fields/lookups etc from your SHC to your adhoc SH (and then restart it) for these settings to apply.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing