Application: Convert 2.2.x conf files to 3.x
Categories:
Description
Here's a script I wrote to convert 2.2 livesplunks.conf and savedsplunks.conf, cleaners.xml, and props.conf into 3.x savedsearches.conf, segmenters.conf, and props.conf. I hope to improve and add to it, so let me know if you have any ideas, or just go ahead and do it
Use:
Simply execute this script in the directory with your old conf files and it will spit out the new ones, or alternatively you can modify the paths and filenames in the first variables in the script. This script is non-destructive.
Version History:
* Version 0.5 - Adds "disabled=false" to each stanza to allow the searches to appear on default dashboard
* Version 0.4 - changed to capitalize the "G" in 2.x "isglobal"
* Version 0.3 - Fixes a bug in how we implement cron scheduling (we do it weird, bug filed)
* Version 0.2 - Coverts saved searches and alerts, props.conf, and cleaners.xml
* Version 0.1 - Only converts saved searches and alerts