├── LICENSE ├── README.md └── bin ├── check_if_restart_required.sh ├── disableSplunkObjects.py ├── eventbreakerconfig.py ├── index_bucket_sizing.py ├── index_tuning_presteps.py ├── indextransfer.sh ├── indextuning.py ├── indextuning_dirchecker.py ├── indextuning_index_tuning.py ├── indextuning_indextempoutput.py ├── indextuning_utility.py ├── knowledge_obj_extraction_btool.py ├── knowledge_obj_extraction_conffiles.py ├── reownItems.sh ├── roll_and_resync_buckets.py ├── roll_and_resync_buckets_v2.py ├── roll_and_resync_buckets_v2.sh ├── splunk-props-transforms-routing.py ├── splunk_offline.service ├── splunk_offline.sh ├── syslog_migration_to_hec_assistant.py └── transfersplunkknowledgeobjects.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/README.md -------------------------------------------------------------------------------- /bin/check_if_restart_required.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/check_if_restart_required.sh -------------------------------------------------------------------------------- /bin/disableSplunkObjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/disableSplunkObjects.py -------------------------------------------------------------------------------- /bin/eventbreakerconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/eventbreakerconfig.py -------------------------------------------------------------------------------- /bin/index_bucket_sizing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/index_bucket_sizing.py -------------------------------------------------------------------------------- /bin/index_tuning_presteps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/index_tuning_presteps.py -------------------------------------------------------------------------------- /bin/indextransfer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/indextransfer.sh -------------------------------------------------------------------------------- /bin/indextuning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/indextuning.py -------------------------------------------------------------------------------- /bin/indextuning_dirchecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/indextuning_dirchecker.py -------------------------------------------------------------------------------- /bin/indextuning_index_tuning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/indextuning_index_tuning.py -------------------------------------------------------------------------------- /bin/indextuning_indextempoutput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/indextuning_indextempoutput.py -------------------------------------------------------------------------------- /bin/indextuning_utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/indextuning_utility.py -------------------------------------------------------------------------------- /bin/knowledge_obj_extraction_btool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/knowledge_obj_extraction_btool.py -------------------------------------------------------------------------------- /bin/knowledge_obj_extraction_conffiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/knowledge_obj_extraction_conffiles.py -------------------------------------------------------------------------------- /bin/reownItems.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/reownItems.sh -------------------------------------------------------------------------------- /bin/roll_and_resync_buckets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/roll_and_resync_buckets.py -------------------------------------------------------------------------------- /bin/roll_and_resync_buckets_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/roll_and_resync_buckets_v2.py -------------------------------------------------------------------------------- /bin/roll_and_resync_buckets_v2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/roll_and_resync_buckets_v2.sh -------------------------------------------------------------------------------- /bin/splunk-props-transforms-routing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/splunk-props-transforms-routing.py -------------------------------------------------------------------------------- /bin/splunk_offline.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/splunk_offline.service -------------------------------------------------------------------------------- /bin/splunk_offline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/splunk_offline.sh -------------------------------------------------------------------------------- /bin/syslog_migration_to_hec_assistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/syslog_migration_to_hec_assistant.py -------------------------------------------------------------------------------- /bin/transfersplunkknowledgeobjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gjanders/Splunk/HEAD/bin/transfersplunkknowledgeobjects.py --------------------------------------------------------------------------------