[PR #2270] [MERGED] New Script: Graylog #3546

Closed
opened 2025-11-20 06:05:25 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2270
Author: @tremor021
Created: 2/11/2025
Status: Merged
Merged: 2/12/2025
Merged by: @MickLesk

Base: mainHead: graylog


📝 Commits (7)

📊 Changes

3 files changed (+167 additions, -0 deletions)

View changed files

ct/graylog.sh (+59 -0)
install/graylog-install.sh (+65 -0)
json/graylog.json (+43 -0)

📄 Description

✍️ Description

Link: #49

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • [] Self-review performed – Code follows established patterns and conventions.
  • [] Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🐞 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.

📋 Additional Information (optional)

PLEASE do not change the LXC resources as even this is just enough to keep it running for the time beign
Json contains all important information
If host is slow, it might take some time for Web UI to start, be patient.

We install v6.1 specificaly, because repo is filled with various builds, and grepping that makes no sense, especially since updating is done by APT. Graylog doesn't make breaking changes anyway, so getting a newer version is a matter of simple apt-get update.


🔄 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/2270 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `graylog` --- ### 📝 Commits (7) - [`c7cc580`](https://github.com/community-scripts/ProxmoxVE/commit/c7cc58092a45b82cee3305ca632f3afcf13b5d44) add graylog script - [`3689e2a`](https://github.com/community-scripts/ProxmoxVE/commit/3689e2a2c0be71fa46b46e7bee6df811732494c4) Update install/graylog-install.sh - [`877e229`](https://github.com/community-scripts/ProxmoxVE/commit/877e2294a048111bc57c97dea7467885b76b845b) fixes - [`b8663e8`](https://github.com/community-scripts/ProxmoxVE/commit/b8663e8f566474289526e81839576f6c9d33def8) Update ct/graylog.sh - [`effd3df`](https://github.com/community-scripts/ProxmoxVE/commit/effd3dfe3f0f82f783aa9f52cca2d677f8aec90e) used wildcard to remove repo deb - [`f8f9dc3`](https://github.com/community-scripts/ProxmoxVE/commit/f8f9dc34bae209858cbf4bbdfe3bc059f056ee5e) Merge branch 'graylog' of https://github.com/tremor021/ProxmoxVE into graylog - [`f908ac7`](https://github.com/community-scripts/ProxmoxVE/commit/f908ac7d315748455ce088517ab3a86e759fc2a0) fixes v2 ### 📊 Changes **3 files changed** (+167 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/graylog.sh` (+59 -0) ➕ `install/graylog-install.sh` (+65 -0) ➕ `json/graylog.json` (+43 -0) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> ## 🔗 Related PR / Discussion / Issue Link: #49 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [✅] **Self-review performed** – Code follows established patterns and conventions. - [✅] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🐞 **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. ## 📋 Additional Information (optional) PLEASE do not change the LXC resources as even this is just enough to keep it running for the time beign Json contains all important information If host is slow, it might take some time for Web UI to start, be patient. We install v6.1 specificaly, because repo is filled with various builds, and grepping that makes no sense, especially since updating is done by APT. Graylog doesn't make breaking changes anyway, so getting a newer version is a matter of simple apt-get update. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:05:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3546