Skip to content

Commit b74803d

Browse files
committed
Updates
1 parent f322404 commit b74803d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,18 @@ To connect to Splunk Enterprise, many of the SDK examples and unit tests take co
114114
115115
To use this convenience file, create a text file with the following format:
116116
117-
# Splunk host (default: localhost)
117+
# Splunk Enterprise host (default: localhost)
118118
host=localhost
119-
# Splunk admin port (default: 8089)
119+
# Splunk Enterprise admin port (default: 8089)
120120
port=8089
121-
# Splunk username
121+
# Splunk Enterprise username
122122
username=admin
123-
# Splunk password
123+
# Splunk Enterprise password
124124
password=changeme
125125
# Access scheme (default: https)
126126
scheme=https
127-
# Your version of Splunk
128-
version=8.0
127+
# Your version of Splunk Enterprise
128+
version=7.0
129129
130130
Save the file as **.splunkrc** in the current user's home directory.
131131

splunkrc.spec

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Splunk host (default: localhost)
1+
# Splunk Enterprise host (default: localhost)
22
host=localhost
3-
# Splunk admin port (default: 8089)
3+
# Splunk Enterprise admin port (default: 8089)
44
port=8089
5-
# Splunk username
5+
# Splunk Enterprise username
66
username=admin
7-
# Splunk password
7+
# Splunk Enterprise password
88
password=changeme
99
# Access scheme (default: https)
1010
scheme=https
11-
# Your version of Splunk (default: 5.0)
12-
version=5.0
11+
# Your version of Splunk Enterprise
12+
version=7.0

0 commit comments

Comments
 (0)