I'm not sure if I trust my bash skills to go through and recursively sed all my very messy local.meta's from old roles that no longer exist
Is there a better way to clean up my local.meta's?
Yes, use btool
to gather all the settings for all files and then grep -v
to filter out the junk and then awk
to recreate the files.
I would verify the last backup of /etc folder to check the local.meta file that could be used to restore the previous condition. Other option would be the previous splunk diag files created, because the file will collect all the configuration that you had in the splunk environment and you can open it and extract the file you need to.
From I couple of times that I have to deal with meta.conf, I manually edit it to process any particular update.
Or possible you get a default.meta file from default folder and rename it to local.meta and copy to the app you need to. The problem here is that you have to tweak all the permissions again for all the knowledges, more manual work.