Skip to content

Commit 7a9b745

Browse files
committed
Restore 'scheme' key to .splunkrc documentation. (DVPL-1335)
1 parent e719403 commit 7a9b745

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ To use this convenience file, create a text file with the following format:
9797
username=admin
9898
# Splunk password
9999
password=changeme
100+
# Access scheme (default: https)
101+
scheme=https
100102
# Your version of Splunk (default: 5.0)
101103
version=5.0
102104

splunkrc.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ port=8089
66
username=admin
77
# Splunk password
88
password=changeme
9+
# Access scheme (default: https)
10+
scheme=https
911
# Your version of Splunk (default: 5.0)
1012
version=5.0

0 commit comments

Comments
 (0)