[PR #10949] [MERGED] Update/splunk enterprise #9125

Closed
opened 2026-02-26 16:35:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10949
Author: @rcastley
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @tremor021

Base: mainHead: update/splunk-enterprise


📝 Commits (5)

  • 566592c Updated to use Debian 13 and use light version of Splunk icon.
  • e372b66 Changed to pull .tgz, create splunk user and run Splunk as that use (running as root is no longer allowed).
  • c106966 Reverted to original date, formatting to 2 spaces.
  • ffeaf2a 2 tab spaces formatting
  • ae69a61 Fixed license

📊 Changes

3 files changed (+15 additions, -12 deletions)

View changed files

📝 ct/splunk-enterprise.sh (+2 -2)
📝 frontend/public/json/splunk-enterprise.json (+3 -3)
📝 install/splunk-enterprise-install.sh (+10 -7)

📄 Description

✍️ Description

The recent release of Splunk Enterprise 10.2.0 broke the original .deb installer. This installer has been updated to use .tgz instead. Also, Splunk are/have deprecated the ability to run Splunk Enterprise as root, so the install script has been update to create splunk user and group and start Splunk using this user.

Other changes include:

  • moving to Debian 13 (from Ubuntu 24.04)
  • Adhering to project Heredoc
  • Using light version of Splunk icon

Fixes #

  • Move to using .tgz instead of .deb package
  • Heredoc fixes
  • Updated to use Debian 13
  • Splunk light icon

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/10949 **Author:** [@rcastley](https://github.com/rcastley) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `update/splunk-enterprise` --- ### 📝 Commits (5) - [`566592c`](https://github.com/community-scripts/ProxmoxVE/commit/566592c7b4bdad3bb1179d8ed5bc1da6fcec5be5) Updated to use Debian 13 and use light version of Splunk icon. - [`e372b66`](https://github.com/community-scripts/ProxmoxVE/commit/e372b665d5c10712298d34aa9f53005ecae2c435) Changed to pull .tgz, create splunk user and run Splunk as that use (running as root is no longer allowed). - [`c106966`](https://github.com/community-scripts/ProxmoxVE/commit/c106966cde69ae36105c88780e9cd8d81f3c5934) Reverted to original date, formatting to 2 spaces. - [`ffeaf2a`](https://github.com/community-scripts/ProxmoxVE/commit/ffeaf2a33e9295fd46d983edb4ce2b9b33a4d888) 2 tab spaces formatting - [`ae69a61`](https://github.com/community-scripts/ProxmoxVE/commit/ae69a613bf7bf191eeb69836f112beb3eaa5827c) Fixed license ### 📊 Changes **3 files changed** (+15 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `ct/splunk-enterprise.sh` (+2 -2) 📝 `frontend/public/json/splunk-enterprise.json` (+3 -3) 📝 `install/splunk-enterprise-install.sh` (+10 -7) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description The recent release of Splunk Enterprise 10.2.0 broke the original `.deb` installer. This installer has been updated to use `.tgz` instead. Also, Splunk are/have deprecated the ability to run Splunk Enterprise as `root`, so the install script has been update to create `splunk` user and group and start Splunk using this user. Other changes include: - moving to Debian 13 (from Ubuntu 24.04) - Adhering to project Heredoc - Using light version of Splunk icon ## 🔗 Related Issue Fixes # - Move to using `.tgz` instead of `.deb` package - Heredoc fixes - Updated to use Debian 13 - Splunk light icon ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [X] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [X] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [X] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:35:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#9125
No description provided.