Skip to content

Commit 857cc37

Browse files
committed
Updates
1 parent d02403f commit 857cc37

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ To connect to Splunk Enterprise, many of the SDK examples and unit tests take co
7575
7676
To use this convenience file, create a text file with the following format:
7777

78-
# Splunk host (default: localhost)
78+
# Splunk Enterprise host (default: localhost)
7979
host=localhost
80-
# Splunk admin port (default: 8089)
80+
# Splunk Enterprise admin port (default: 8089)
8181
port=8089
82-
# Splunk username
82+
# Splunk Enterprise username
8383
username=admin
84-
# Splunk password
84+
# Splunk Enterprise password
8585
password=changeme
8686
# Access scheme (default: https)
8787
scheme=https
88-
# Your version of Splunk
88+
# Your version of Splunk Enterprise
8989
version=8.0
9090

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

splunkrc.spec

Lines changed: 6 additions & 6 deletions
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: 6.3)
12-
version=6.3
11+
# Your version of Splunk Enterprise
12+
version=8.0

0 commit comments

Comments
 (0)