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
Added i=StanzaName to the indexed data when running the audit query
Now attempting to hide (most) passwords from the logs by default (for example when an OS error occurs don't print the stdout including the password in use)
git diff now uses --no-pager to prevent trucation of the diff command with -U0 (no context)
New options:
`disable_file_deletion` - do not delete files in remote git repo that are not found during backup, useful for testing
`use_wdiff` - sends the output of the diff command to Unix command wdiff to provide a nicer diff output
Updated report:
`SplunkVersionControl ChangeDetector Non-Directory` now excludes the CIM Risk and Incident_Management datamodels as they update very frequently with close to zero changes (calculationId changes only)
Added i=StanzaName to the indexed data when running the audit query
296
+
297
+
Now attempting to hide (most) passwords from the logs by default (for example when an OS error occurs don't print the stdout including the password in use)
298
+
299
+
git diff now uses --no-pager to prevent trucation of the diff command with -U0 (no context)
300
+
301
+
New options:
302
+
`disable_file_deletion` - do not delete files in remote git repo that are not found during backup, useful for testing
303
+
304
+
`use_wdiff` - sends the output of the diff command to Unix command wdiff to provide a nicer diff output
305
+
306
+
Updated report:
307
+
`SplunkVersionControl ChangeDetector Non-Directory` now excludes the CIM Risk and Incident_Management datamodels as they update very frequently with close to zero changes (calculationId changes only)
Copy file name to clipboardExpand all lines: README/inputs.conf.spec
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ excludeOwner = <value>
25
25
* comma separated list of owners objects that should be transferred
26
26
debugMode =<boolean>
27
27
* turn on DEBUG level logging (defaults to INFO) (true/false), default false
28
+
show_passwords =<boolean>
29
+
* Show passwords in the DEBUG/ERROR logs (hidden by default)
28
30
useLocalAuth =<boolean>
29
31
* do not use the srcUsername/srcPassword, use the session_key of the user running the modular input instead (works on localhost only) (true/false), default false
30
32
remoteAppName =<value>
@@ -33,7 +35,7 @@ appsList = <value>
33
35
* Comma separated list of apps, this changes Splunk Version Control to not list all applications and instead only runs a backup on the specified apps
34
36
git_command =<value>
35
37
* defaults to 'git', can be overriden (for example on a Windows server) to use a full path to the git command
36
-
ssh_command =<value>
38
+
ssh_command =<value>
37
39
* defaults to 'ssh', can be overriden (for example on a Windows server) to use a full path to the ssh command
38
40
proxy =<value>
39
41
* If supplied provides a proxy setting to use to access the srcURL (https proxy). Use https://user:password:[email protected]:3128 and the application will obtain the password for the entry 'passwordinpasswordsconf'. If password: is not used the password is used as per a normal proxy setting, for example https://user:[email protected]:3128
@@ -53,6 +55,10 @@ run_ko_diff = <boolean>
53
55
* Should output of the modular input include diff information (requires run_ko_query to be true, defaults to false)
54
56
disable_git_ssl_verify =<boolean>
55
57
* Use GIT_SSL_NO_VERIFY=true on all git commands
58
+
use_wdiff =<boolean>
59
+
* Enables the diff HEAD~1 to be passed to wdiff for improved formatting if run_ko_diff is enabled
60
+
disable_file_deletion =<boolean>
61
+
* By default if the app or file no longer exists than it is deleted from the git repo, this stops the deletion from occurring
* This is how far back the audit logs will be checked to ensure that a restore entry is valid, this should be set to your interval time or slightly more, defaults to -1h (use Splunk format)
72
78
debugMode =<boolean>
73
79
* turn on DEBUG level logging (defaults to INFO) (true/false), default false
80
+
show_passwords =<boolean>
81
+
* Show passwords in the DEBUG/ERROR logs (hidden by default)
74
82
useLocalAuth =<boolean>
75
83
* do not use the srcUsername/srcPassword, use the session_key of the user running the modular input instead (works on localhost only) (true/false), default false
76
84
remoteAppName =<value>
@@ -91,4 +99,3 @@ file_per_ko = <boolean>
91
99
* Do you want one file per knowledge object? Or a combined file? Defaults to false (i.e. 1 large file for global dashboards in an app). Note that if you change this you will need to re-create or wipe the repository as the files are stored differently...Note this setting should match in both backup and restore modular inputs for a particular repo
<description>Instead of using the srcUsername/srcPassword, use the session_key of the user running the modular input instead (works on localhost only) (true/false), default false</description>
0 commit comments