From 6262a2e97716b8df8bd652632216c1bccd22c1b2 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Thu, 9 Mar 2023 18:51:34 +0100 Subject: [PATCH] updateV60 --- .../01-Conf_deploy_client/local/deployclient.conf | 8 -------- .../01-Conf_deploy_client/local/deploymentclient.conf | 5 +++++ 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 Apps_for_Splunk/01-Conf_deploy_client/local/deployclient.conf create mode 100644 Apps_for_Splunk/01-Conf_deploy_client/local/deploymentclient.conf diff --git a/Apps_for_Splunk/01-Conf_deploy_client/local/deployclient.conf b/Apps_for_Splunk/01-Conf_deploy_client/local/deployclient.conf deleted file mode 100644 index d06703d..0000000 --- a/Apps_for_Splunk/01-Conf_deploy_client/local/deployclient.conf +++ /dev/null @@ -1,8 +0,0 @@ -[deployment-client] - -phoneHomeIntervalInSecs = "60" - -[target-broker:deploymentServer] - -targetUri = "https://SVLCTPLOGSUP01.mom.fr:8089" -connect_timeout = "120" diff --git a/Apps_for_Splunk/01-Conf_deploy_client/local/deploymentclient.conf b/Apps_for_Splunk/01-Conf_deploy_client/local/deploymentclient.conf new file mode 100644 index 0000000..5779d89 --- /dev/null +++ b/Apps_for_Splunk/01-Conf_deploy_client/local/deploymentclient.conf @@ -0,0 +1,5 @@ +[target-broker:deploymentServer] +targetUri = https://SVLCTPLOGSUP01.mom.fr:8089 + +[deployment-client] +disabled = 0 \ No newline at end of file