Skip to content

Commit 5f1df1d

Browse files
committed
Update test matrix to test 8.2 and latest (currently 9.0) and update 8.x references to 9.x
1 parent c4ac350 commit 5f1df1d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- 14
1515
- 8.17.0
1616
splunk-version:
17-
- "8.0"
17+
- "8.2"
1818
- "latest"
1919

2020
services:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ For more information, see [Splunk Enterprise SDK for JavaScript](https://dev.spl
1313

1414
The Splunk Enterprise SDK for JavaScript was tested with Node.js v8.17.0, v14.
1515

16-
* Splunk Enterprise 8.0 or 8.2, or Splunk Cloud
16+
* Splunk Enterprise 9.0 or 8.2, or Splunk Cloud
1717

18-
The Splunk Enterprise SDK for JavaScript was tested with Splunk Enterprise 8.0 or 8.2, or Splunk Cloud.
18+
The Splunk Enterprise SDK for JavaScript was tested with Splunk Enterprise 9.0 or 8.2, or Splunk Cloud.
1919

2020
* Splunk Enterprise SDK for JavaScript
2121

@@ -124,7 +124,7 @@ var serviceWithSessionKey = new splunkjs.Service(
124124
host: 'localhost',
125125
port: '8089',
126126
sessionKey: SESSION_KEY, // Add your sessionKey here
127-
version: '8',
127+
version: '9.0',
128128
});
129129

130130
serviceWithSessionKey.get("search/jobs", { count: 1 }, function (err, res) {
@@ -204,7 +204,7 @@ To use this convenience file, create a text file with the following format:
204204
# Access scheme (default: https)
205205
scheme=https
206206
# Your version of Splunk Enterprise
207-
version=8.2
207+
version=9.0
208208

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

0 commit comments

Comments
 (0)