Skip to content

Commit 63d9a9a

Browse files
committed
+Created inputs.conf to pass app inspect and force python 3 by default
1 parent f8e6937 commit 63d9a9a

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ To do this you will need to install Version Control For SplunkCloud on your Splu
260260
[SplunkVersionControlCloud github](https://github.com/gjanders/SplunkVersionControlCloud)
261261

262262
## Release Notes
263+
### 1.1.4
264+
Created inputs.conf to pass app inspect and force python 3 by default
265+
263266
### 1.1.3
264267
password: syntax did not work if using a dynamic/REST based restore, now supported
265268

README/inputs.conf.spec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[default]
2-
python.version = python3
3-
41
[splunkversioncontrol_backup://<name>]
52
srcURL = <value>
63
* This the URL to be used for the REST API access of the Splunk instance, https://localhost:8089/ for example (does not have to be localhost)

SplunkVersionControl.tgz

41 Bytes
Binary file not shown.

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ label = SplunkVersionControl
1212
[launcher]
1313
author = Gareth Anderson
1414
description = Version Control software for Splunk instances (backup/restore from git)
15-
version = 1.1.3
15+
version = 1.1.4
1616

1717
[package]
1818
id = SplunkVersionControl

default/inputs.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[splunkversioncontrol_backup]
2+
python.version = python3
3+
4+
[splunkversioncontrol_restore]
5+
python.version = python3

0 commit comments

Comments
 (0)