Skip to content

Commit d040f82

Browse files
committed
Updates
1 parent 70d96f8 commit d040f82

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,18 @@ To connect to Splunk Enterprise, many of the SDK examples and unit tests take co
118118
119119
To use this convenience file, create a text file with the following format:
120120

121-
# Splunk host (default: localhost)
121+
# Splunk Enterprise host (default: localhost)
122122
host=localhost
123-
# Splunk admin port (default: 8089)
123+
# Splunk Enterprise admin port (default: 8089)
124124
port=8089
125-
# Splunk username
125+
# Splunk Enterprise username
126126
username=admin
127-
# Splunk password
127+
# Splunk Enterprise password
128128
password=changeme
129129
# Access scheme (default: https)
130130
scheme=https
131-
# Your version of Splunk
132-
version=8.0
131+
# Your version of Splunk Enterprise
132+
version=7.2
133133

134134
Save the file as **.splunkrc** in the current user's home directory.
135135

0 commit comments

Comments
 (0)