You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -113,6 +117,8 @@ Early in a deployment of Splunk, local configurations could be used while gettin
113
117
114
118
This app contains scripts for Windows and Linux forwarders that will remove local configurations of "deploymentclient.conf" in favor of a configuration that has been deployed from the deployment server. This allows for that configuration to only be controlled via the deployment server from that point forward.
115
119
120
+
Once the proper app and deployment server configurations are deployed to the host(s) using the `deploymentServerUri` and `deploymentClientApp` configurations in inputs.conf, this app will remove all configurations that would prevent those configurations for working.
121
+
116
122
Windows - `dsRemove.ps1`\
117
123
\*Nix - `dsRemove.sh`
118
124
@@ -135,7 +141,7 @@ Windows - `regenGUID.ps1`\
135
141
###### Install updated datetime.xml file
136
142
A notice was sent out in November of 2019 that stated there was an issue with the datetime.xml that would affect data ingested due to a misconfigured datetime.xml. The bug and fix can be read about here: https://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/FixDatetimexml2020
137
143
138
-
This app contains scripts for Windows and Linux forwarders that will back up the existing "datetime.xml" to replace with the corrected version contained within the app.
144
+
This app contains scripts for Windows and Linux forwarders that will back up the existing "datetime.xml" to replace with the corrected version contained within the app.
139
145
140
146
**NOTE: This should only be used on Universal Forwarders. Please see the above documentation link for instructions for other Splunk instances.**
0 commit comments