From aa0787b0ffc0e5359710669042e18392edb864b3 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 12 Mar 2026 13:11:43 -0400 Subject: [PATCH 1/5] Add version 2.4.211 to discussion template --- .github/DISCUSSION_TEMPLATE/2-4.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/DISCUSSION_TEMPLATE/2-4.yml b/.github/DISCUSSION_TEMPLATE/2-4.yml index 968fa8cd3..a136da5b9 100644 --- a/.github/DISCUSSION_TEMPLATE/2-4.yml +++ b/.github/DISCUSSION_TEMPLATE/2-4.yml @@ -33,6 +33,7 @@ body: - 2.4.200 - 2.4.201 - 2.4.210 + - 2.4.211 - 3.0.0 - Other (please provide detail below) validations: From 544b60d111f436d53ad36afa4570d51b8ffe9bc5 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 12 Mar 2026 13:51:27 -0400 Subject: [PATCH 2/5] Add discussion template for version 3.0 --- .github/DISCUSSION_TEMPLATE/3.0.yml | 179 ++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/3.0.yml diff --git a/.github/DISCUSSION_TEMPLATE/3.0.yml b/.github/DISCUSSION_TEMPLATE/3.0.yml new file mode 100644 index 000000000..6eafedfcb --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/3.0.yml @@ -0,0 +1,179 @@ +body: + - type: markdown + attributes: + value: | + If your organization needs more immediate, enterprise grade professional support, with one-on-one virtual meetings and screensharing, contact us via our website: https://securityonion.com/support + - type: dropdown + attributes: + label: Version + description: Which version of Security Onion are you asking about? + options: + - + - 3.0.0 + - Other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Installation Method + description: How did you install Security Onion? + options: + - + - Security Onion ISO image + - Cloud image (Amazon, Azure, Google) + - Network installation on Red Hat derivative like Oracle, Rocky, Alma, etc. (unsupported) + - Network installation on Ubuntu (unsupported) + - Network installation on Debian (unsupported) + - Other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Description + description: > + Is this discussion about installation, configuration, upgrading, or other? + options: + - + - installation + - configuration + - upgrading + - other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Installation Type + description: > + When you installed, did you choose Import, Eval, Standalone, Distributed, or something else? + options: + - + - Import + - Eval + - Standalone + - Distributed + - other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Location + description: > + Is this deployment in the cloud, on-prem with Internet access, or airgap? + options: + - + - cloud + - on-prem with Internet access + - airgap + - other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Hardware Specs + description: > + Does your hardware meet or exceed the minimum requirements for your installation type as shown at https://securityonion.net/docs/hardware? + options: + - + - Meets minimum requirements + - Exceeds minimum requirements + - Does not meet minimum requirements + - other (please provide detail below) + validations: + required: true + - type: input + attributes: + label: CPU + description: How many CPU cores do you have? + validations: + required: true + - type: input + attributes: + label: RAM + description: How much RAM do you have? + validations: + required: true + - type: input + attributes: + label: Storage for / + description: How much storage do you have for the / partition? + validations: + required: true + - type: input + attributes: + label: Storage for /nsm + description: How much storage do you have for the /nsm partition? + validations: + required: true + - type: dropdown + attributes: + label: Network Traffic Collection + description: > + Are you collecting network traffic from a tap or span port? + options: + - + - tap + - span port + - other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Network Traffic Speeds + description: > + How much network traffic are you monitoring? + options: + - + - Less than 1Gbps + - 1Gbps to 10Gbps + - more than 10Gbps + validations: + required: true + - type: dropdown + attributes: + label: Status + description: > + Does SOC Grid show all services on all nodes as running OK? + options: + - + - Yes, all services on all nodes are running OK + - No, one or more services are failed (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Salt Status + description: > + Do you get any failures when you run "sudo salt-call state.highstate"? + options: + - + - Yes, there are salt failures (please provide detail below) + - No, there are no failures + validations: + required: true + - type: dropdown + attributes: + label: Logs + description: > + Are there any additional clues in /opt/so/log/? + options: + - + - Yes, there are additional clues in /opt/so/log/ (please provide detail below) + - No, there are no additional clues + validations: + required: true + - type: textarea + attributes: + label: Detail + description: Please read our discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 and then provide detailed information to help us help you. + placeholder: |- + STOP! Before typing, please read our discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 in their entirety! + + If your organization needs more immediate, enterprise grade professional support, with one-on-one virtual meetings and screensharing, contact us via our website: https://securityonion.com/support + validations: + required: true + - type: checkboxes + attributes: + label: Guidelines + options: + - label: I have read the discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 and assert that I have followed the guidelines. + required: true From 845290595eb475cd0625a0cbae18e272fd90f5b6 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 12 Mar 2026 13:52:14 -0400 Subject: [PATCH 3/5] Delete .github/DISCUSSION_TEMPLATE/3.0.yml --- .github/DISCUSSION_TEMPLATE/3.0.yml | 179 ---------------------------- 1 file changed, 179 deletions(-) delete mode 100644 .github/DISCUSSION_TEMPLATE/3.0.yml diff --git a/.github/DISCUSSION_TEMPLATE/3.0.yml b/.github/DISCUSSION_TEMPLATE/3.0.yml deleted file mode 100644 index 6eafedfcb..000000000 --- a/.github/DISCUSSION_TEMPLATE/3.0.yml +++ /dev/null @@ -1,179 +0,0 @@ -body: - - type: markdown - attributes: - value: | - If your organization needs more immediate, enterprise grade professional support, with one-on-one virtual meetings and screensharing, contact us via our website: https://securityonion.com/support - - type: dropdown - attributes: - label: Version - description: Which version of Security Onion are you asking about? - options: - - - - 3.0.0 - - Other (please provide detail below) - validations: - required: true - - type: dropdown - attributes: - label: Installation Method - description: How did you install Security Onion? - options: - - - - Security Onion ISO image - - Cloud image (Amazon, Azure, Google) - - Network installation on Red Hat derivative like Oracle, Rocky, Alma, etc. (unsupported) - - Network installation on Ubuntu (unsupported) - - Network installation on Debian (unsupported) - - Other (please provide detail below) - validations: - required: true - - type: dropdown - attributes: - label: Description - description: > - Is this discussion about installation, configuration, upgrading, or other? - options: - - - - installation - - configuration - - upgrading - - other (please provide detail below) - validations: - required: true - - type: dropdown - attributes: - label: Installation Type - description: > - When you installed, did you choose Import, Eval, Standalone, Distributed, or something else? - options: - - - - Import - - Eval - - Standalone - - Distributed - - other (please provide detail below) - validations: - required: true - - type: dropdown - attributes: - label: Location - description: > - Is this deployment in the cloud, on-prem with Internet access, or airgap? - options: - - - - cloud - - on-prem with Internet access - - airgap - - other (please provide detail below) - validations: - required: true - - type: dropdown - attributes: - label: Hardware Specs - description: > - Does your hardware meet or exceed the minimum requirements for your installation type as shown at https://securityonion.net/docs/hardware? - options: - - - - Meets minimum requirements - - Exceeds minimum requirements - - Does not meet minimum requirements - - other (please provide detail below) - validations: - required: true - - type: input - attributes: - label: CPU - description: How many CPU cores do you have? - validations: - required: true - - type: input - attributes: - label: RAM - description: How much RAM do you have? - validations: - required: true - - type: input - attributes: - label: Storage for / - description: How much storage do you have for the / partition? - validations: - required: true - - type: input - attributes: - label: Storage for /nsm - description: How much storage do you have for the /nsm partition? - validations: - required: true - - type: dropdown - attributes: - label: Network Traffic Collection - description: > - Are you collecting network traffic from a tap or span port? - options: - - - - tap - - span port - - other (please provide detail below) - validations: - required: true - - type: dropdown - attributes: - label: Network Traffic Speeds - description: > - How much network traffic are you monitoring? - options: - - - - Less than 1Gbps - - 1Gbps to 10Gbps - - more than 10Gbps - validations: - required: true - - type: dropdown - attributes: - label: Status - description: > - Does SOC Grid show all services on all nodes as running OK? - options: - - - - Yes, all services on all nodes are running OK - - No, one or more services are failed (please provide detail below) - validations: - required: true - - type: dropdown - attributes: - label: Salt Status - description: > - Do you get any failures when you run "sudo salt-call state.highstate"? - options: - - - - Yes, there are salt failures (please provide detail below) - - No, there are no failures - validations: - required: true - - type: dropdown - attributes: - label: Logs - description: > - Are there any additional clues in /opt/so/log/? - options: - - - - Yes, there are additional clues in /opt/so/log/ (please provide detail below) - - No, there are no additional clues - validations: - required: true - - type: textarea - attributes: - label: Detail - description: Please read our discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 and then provide detailed information to help us help you. - placeholder: |- - STOP! Before typing, please read our discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 in their entirety! - - If your organization needs more immediate, enterprise grade professional support, with one-on-one virtual meetings and screensharing, contact us via our website: https://securityonion.com/support - validations: - required: true - - type: checkboxes - attributes: - label: Guidelines - options: - - label: I have read the discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 and assert that I have followed the guidelines. - required: true From 914cd8b61114cf110e5a03e7efae76f9a6353091 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 12 Mar 2026 13:52:41 -0400 Subject: [PATCH 4/5] Add discussion template for Security Onion 3.0 --- .github/DISCUSSION_TEMPLATE/3-0.yml | 179 ++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/3-0.yml diff --git a/.github/DISCUSSION_TEMPLATE/3-0.yml b/.github/DISCUSSION_TEMPLATE/3-0.yml new file mode 100644 index 000000000..6eafedfcb --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/3-0.yml @@ -0,0 +1,179 @@ +body: + - type: markdown + attributes: + value: | + If your organization needs more immediate, enterprise grade professional support, with one-on-one virtual meetings and screensharing, contact us via our website: https://securityonion.com/support + - type: dropdown + attributes: + label: Version + description: Which version of Security Onion are you asking about? + options: + - + - 3.0.0 + - Other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Installation Method + description: How did you install Security Onion? + options: + - + - Security Onion ISO image + - Cloud image (Amazon, Azure, Google) + - Network installation on Red Hat derivative like Oracle, Rocky, Alma, etc. (unsupported) + - Network installation on Ubuntu (unsupported) + - Network installation on Debian (unsupported) + - Other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Description + description: > + Is this discussion about installation, configuration, upgrading, or other? + options: + - + - installation + - configuration + - upgrading + - other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Installation Type + description: > + When you installed, did you choose Import, Eval, Standalone, Distributed, or something else? + options: + - + - Import + - Eval + - Standalone + - Distributed + - other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Location + description: > + Is this deployment in the cloud, on-prem with Internet access, or airgap? + options: + - + - cloud + - on-prem with Internet access + - airgap + - other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Hardware Specs + description: > + Does your hardware meet or exceed the minimum requirements for your installation type as shown at https://securityonion.net/docs/hardware? + options: + - + - Meets minimum requirements + - Exceeds minimum requirements + - Does not meet minimum requirements + - other (please provide detail below) + validations: + required: true + - type: input + attributes: + label: CPU + description: How many CPU cores do you have? + validations: + required: true + - type: input + attributes: + label: RAM + description: How much RAM do you have? + validations: + required: true + - type: input + attributes: + label: Storage for / + description: How much storage do you have for the / partition? + validations: + required: true + - type: input + attributes: + label: Storage for /nsm + description: How much storage do you have for the /nsm partition? + validations: + required: true + - type: dropdown + attributes: + label: Network Traffic Collection + description: > + Are you collecting network traffic from a tap or span port? + options: + - + - tap + - span port + - other (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Network Traffic Speeds + description: > + How much network traffic are you monitoring? + options: + - + - Less than 1Gbps + - 1Gbps to 10Gbps + - more than 10Gbps + validations: + required: true + - type: dropdown + attributes: + label: Status + description: > + Does SOC Grid show all services on all nodes as running OK? + options: + - + - Yes, all services on all nodes are running OK + - No, one or more services are failed (please provide detail below) + validations: + required: true + - type: dropdown + attributes: + label: Salt Status + description: > + Do you get any failures when you run "sudo salt-call state.highstate"? + options: + - + - Yes, there are salt failures (please provide detail below) + - No, there are no failures + validations: + required: true + - type: dropdown + attributes: + label: Logs + description: > + Are there any additional clues in /opt/so/log/? + options: + - + - Yes, there are additional clues in /opt/so/log/ (please provide detail below) + - No, there are no additional clues + validations: + required: true + - type: textarea + attributes: + label: Detail + description: Please read our discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 and then provide detailed information to help us help you. + placeholder: |- + STOP! Before typing, please read our discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 in their entirety! + + If your organization needs more immediate, enterprise grade professional support, with one-on-one virtual meetings and screensharing, contact us via our website: https://securityonion.com/support + validations: + required: true + - type: checkboxes + attributes: + label: Guidelines + options: + - label: I have read the discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 and assert that I have followed the guidelines. + required: true From 589de8e3614bdc6dfb0278404faa6fb5bb9946e8 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Fri, 13 Mar 2026 10:48:15 -0400 Subject: [PATCH 5/5] Update discussion template by removing unsupported options Removed unsupported network installation options for Red Hat, Ubuntu, and Debian. --- .github/DISCUSSION_TEMPLATE/3-0.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/3-0.yml b/.github/DISCUSSION_TEMPLATE/3-0.yml index 6eafedfcb..286ac823a 100644 --- a/.github/DISCUSSION_TEMPLATE/3-0.yml +++ b/.github/DISCUSSION_TEMPLATE/3-0.yml @@ -21,9 +21,7 @@ body: - - Security Onion ISO image - Cloud image (Amazon, Azure, Google) - - Network installation on Red Hat derivative like Oracle, Rocky, Alma, etc. (unsupported) - - Network installation on Ubuntu (unsupported) - - Network installation on Debian (unsupported) + - Network installation on Oracle 9 (unsupported) - Other (please provide detail below) validations: required: true