From 6769735dc3a06346fd5cdc2fcb6f649c25afd63a Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 21 Apr 2023 16:19:43 +0200 Subject: [PATCH] .. --- Apps_for_DS/For_MC/local/distsearch.conf | 4 +- .../local/serverclass.conf | 77 ++++++++++++++++++- 2 files changed, 78 insertions(+), 3 deletions(-) diff --git a/Apps_for_DS/For_MC/local/distsearch.conf b/Apps_for_DS/For_MC/local/distsearch.conf index 0bb4423..2022959 100644 --- a/Apps_for_DS/For_MC/local/distsearch.conf +++ b/Apps_for_DS/For_MC/local/distsearch.conf @@ -8,7 +8,7 @@ servers = localhost:localhost servers = SVLCTPLOGCLM01.mom.fr:8089,SVLCTPLOGPUB01.mom.fr:8089,SVLCTPLOGPUB02.mom.fr:8089 [distributedSearch:dmc_group_search_head] -servers = SVLCTPLOGPUB01.mom.fr:8089,SVLCTPLOGPUB02.mom.fr:8089 +servers = SVLCTPLOGPUB01.mom.fr:8089,SVLCTPLOGPUB02.mom.fr:808 [distributedSearch:dmc_group_indexer] default = true @@ -27,4 +27,4 @@ servers = SVLCTPLOGLMR.mom.fr:8089 servers = localhost:localhost,SVLCTPLOGPUB01.mom.fr:8089,SVLCTPLOGPUB02.mom.fr:8089 [distributedSearch] -servers = SVLCTPLOGIDX01.mom.fr:8089,SVLCTPLOGIDX02.mom.fr:8089,https://SVLCTPLOGCLM01.mom.fr:8089,https://SVLCTPLOGLMR.mom.fr:8089,https://SVLCTPLOGPUB01.mom.fr:8089,https://SVLCTPLOGPUB02.mom.fr:8089 \ No newline at end of file +servers = https://SVLCTPLOGCLM01.mom.fr:8089,https://SVLCTPLOGLMR.mom.fr:8089,https://SVLCTPLOGPUB01.mom.fr:8089,https://SVLCTPLOGPUB02.mom.fr:8089 \ No newline at end of file diff --git a/Apps_for_Splunk/01-Conf_ServerClass/local/serverclass.conf b/Apps_for_Splunk/01-Conf_ServerClass/local/serverclass.conf index b929085..2615d37 100644 --- a/Apps_for_Splunk/01-Conf_ServerClass/local/serverclass.conf +++ b/Apps_for_Splunk/01-Conf_ServerClass/local/serverclass.conf @@ -24,4 +24,79 @@ filterType = whitelist [serverClass:Forwarder_Linux_TIC] -[serverClass:Forwarder_Windows_TIC] \ No newline at end of file +[serverClass:Forwarder_Windows_TIC] + +[serverClass:Cluster_SH_TIC:app:01-Conf_license_slave] +restartSplunkWeb = 0 +restartSplunkd = 1 +stateOnClient = enabled + +[serverClass:Cluster_Master_TIC:app:01-Conf_license_slave] +restartSplunkWeb = 0 +restartSplunkd = 1 +stateOnClient = enabled + +[serverClass:Cluster_Indexer_TIC:app:01-Conf_license_slave] +restartSplunkWeb = 0 +restartSplunkd = 1 +stateOnClient = enabled + +[serverClass:Cluster_Indexer_TIC:app:01-idx_kvstore_base] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Indexer_TIC:app:01-idx_receiver_port] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Indexer_TIC:app:01-idx_web_base] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Indexer_TIC:app:01-idx_volume_indexes] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Indexer_TIC:app:02-M-TIC_idx_indexes_base] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Indexer_TIC:app:02-M-TIC_idx_cluster_base] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Master_TIC:app:02-M-TIC_all_forwarding_outputs] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Master_TIC:app:02-M-TIC_CM] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Master_TIC:app:02-M-TIC_deployer_base] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_Master_TIC:app:02-M-TIC_cluster_master_base] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_SH_TIC:app:02-M-TIC_sh_cluster_base] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled + +[serverClass:Cluster_SH_TIC:app:02-M-TIC_sh_volume_indexes] +restartSplunkWeb = 0 +restartSplunkd = 0 +stateOnClient = enabled \ No newline at end of file