Skip to content

Commit 8911971

Browse files
Add end of support notice for byoe (#2805)
* docs: add end of support notice for BYOE deployments * docs: formatting changes
1 parent 6355e6b commit 8911971

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs/gettingstarted/byoe-rhel8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Configure SC4S in a non-containerized SC4S deployment
22

3+
!!! warning ""
4+
Support for all non-containerized deployments using the "bring your own environment" method, as detailed in this documentation, will end in **April 2026**.
5+
After that, **no further updates, security patches, or technical support will be provided for this deployment method**. Continued use may expose your environment to security risks and compatibility issues.
6+
7+
We recommend planning your migration to one of the other supported platform or deployment method before April 2026 to ensure continued support and security. See [Select a Container Runtime and SC4S Configuration](https://splunk.github.io/splunk-connect-for-syslog/main/gettingstarted/getting-started-runtime-configuration/#step-3-select-a-container-runtime-and-sc4s-configuration) for more details.
8+
39
Configuring SC4S in a non-containerized SC4S deployment requires a custom configuration. Note that since Splunk does not control your unique environment, we cannot help with setting up environments, debugging networking, etc. Consider this configuration only if:
410

511
* Your specific requirements preclude the use of containers or demand that you use SC4S in a custom environment.

docs/gettingstarted/getting-started-runtime-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Check your Podman or Docker documentation to see which operating systems are sup
6969
| [Docker CE + systemd](docker-systemd-general.md) | |
7070
| [Docker Desktop + Compose](docker-compose-MacOS.md) | MacOS |
7171
| [Docker Compose](docker-compose.md) | |
72-
| [Bring your own Environment](byoe-rhel8.md) | RHEL or CentOS 8.1 & 8.2 (best option) |
72+
| (Deprecated) [Bring your own Environment](byoe-rhel8.md) | RHEL or CentOS 8.1 & 8.2 (best option) |
7373
| [Offline Container Installation](docker-podman-offline.md) | |
7474
| [Ansible+Docker Swarm](ansible-docker-swarm.md) | |
7575
| [Ansible+Podman](ansible-docker-swarm.md) | |

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ markdown_extensions:
2424
format: !!python/name:pymdownx.superfences.fence_code_format
2525
- pymdownx.blocks.tab:
2626
alternate_style: true
27+
- admonition
2728

2829

2930
theme:

0 commit comments

Comments
 (0)