Skip to content

Commit 3eea678

Browse files
CSPL-3186: Upgrade Enterprise Security Version 8.0.2 (#1425)
* Updates for integration tests and documentation with latest ES version * Update enterprise security versions and app files * remove branch from inte test workflow
1 parent 3bb95c7 commit 3eea678

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/PremiumApps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Splunk Operator automates the installation of Enterprise Security (ES) with
88

99
* You need the ability to utilize the Splunk Operator [app framework](https://splunk.github.io/splunk-operator/AppFramework.html) method of installation.
1010
* You need the access to the [Splunk ES](https://splunkbase.splunk.com/app/263/) app package.
11-
* ES support in Splunk Operator is starting from Splunk Operator Release `2.2.0` which requires Splunk Enterprise `9.0.3-a2` or later. Per the [Splunk Enterprise and Enterprise Security version compatibility matrix](https://docs.splunk.com/Documentation/VersionCompatibility/current/Matrix/CompatMatrix), Splunk ES versions `7.1.0, 7.0.2, 7.0.1, 7.0.0 or 6.6.2` are supported currently.
11+
* ES support in Splunk Operator is starting from Splunk Operator Release `2.2.0` which requires Splunk Enterprise `9.0.3-a2` or later. Per the [Splunk Enterprise and Enterprise Security version compatibility matrix](https://docs.splunk.com/Documentation/VersionCompatibility/current/Matrix/CompatMatrix), Splunk ES versions `8.0.2. 7.3.2, 7.1.0, 7.0.2, 7.0.1, 7.0.0 or 6.6.2` are supported currently.
1212
* You need to make sure pod resource specs meet the [ES hardware requirements](https://docs.splunk.com/Documentation/ES/latest/Install/DeploymentPlanning#Hardware_requirements).
1313
* In the following sections, AWS S3 remote bucket is used for placing the splunk apps, but as given in the [app framework doc](https://splunk.github.io/splunk-operator/AppFramework.html), you can use Azure Blob remote buckets also.
1414
* You need to deploy add-ons to forwarders manually (or through your own methods).
@@ -164,7 +164,7 @@ Use the following steps to install ES on a Splunk deployment with an SHC integra
164164
2. Use kubectl to apply the following YAML file
165165
2. Wait for the SHC, CM, and Indexers pods are in ready state.
166166
3. Login to an SH and verify that ES App is installed.
167-
3. Extract the Splunk_TA_ForIndexers using the steps given here: [https://docs.splunk.com/Documentation/ES/7.0.2/Install/InstallTechnologyAdd-ons]
167+
3. Extract the Splunk_TA_ForIndexers using the steps given here: [https://docs.splunk.com/Documentation/ES/8.0.2/Install/InstallTechAdd-ons]
168168
4. Upload the extracted Splunk_TA_ForIndexers package to the S3 bucket folder named "es_app_indexer_ta"
169169
170170
The operator will poll this bucket after configured appsRepoPollIntervalSeconds and install the Splunk_TA_ForIndexers.

test/testenv/appframework_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var AppInfo = map[string]map[string]string{
3434
"Splunk_TA_stream": {"V1": "7.3.0", "V2": "7.4.0", "filename": "splunk-add-on-for-stream-forwarders.tgz"},
3535
"splunk_app_db_connect": {"V1": "3.5.0", "V2": "3.5.1", "filename": "splunk-db-connect.tgz"},
3636
"Splunk_Security_Essentials": {"V1": "3.3.2", "V2": "3.3.3", "filename": "splunk-security-essentials.tgz"},
37-
"SplunkEnterpriseSecuritySuite": {"V1": "6.4.0", "V2": "6.4.1", "filename": "splunk-enterprise-security.spl"},
37+
"SplunkEnterpriseSecuritySuite": {"V1": "7.3.2", "V2": "8.0.2", "filename": "splunk-enterprise-security-8.spl"},
3838
"Splunk_TA_ForIndexers": {"V1": "1.0.0", "V2": "1.0.0", "filename": "TA_ForIndexers.spl"},
3939
"test_app": {"V1": "1.0.0", "V2": "1.0.0", "filename": "test_app.tgz"},
4040
"test_app2": {"V1": "1.0.0", "V2": "1.0.0", "filename": "test_app2.tgz"},

0 commit comments

Comments
 (0)