Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update OS versions #2176

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 21 additions & 8 deletions docs/gettingstarted/getting-started-runtime-configuration.md
Expand Up @@ -51,19 +51,32 @@ net.ipv4.ip_forward=1
net.ipv4.ip_forward=1
```
## Select a Container Runtime and SC4S Configuration
If no additional operating system requirements are specified, launching the selected configuration should be independent of the operating system as long as the containerization engine is installed correctly.
mstopa-splunk marked this conversation as resolved.
Show resolved Hide resolved

| Container Runtime and Orchestration | Operating Systems |
Working on CentOS 8 or RHEL 8 is particularly recommended.
mstopa-splunk marked this conversation as resolved.
Show resolved Hide resolved

For Podman configuration, it has been tested on the following distributions:
mstopa-splunk marked this conversation as resolved.
Show resolved Hide resolved
- CentOS 7, 8, 9
- RHEL 7, 8, 9
- Debian Bullseye 11, Bookworm 12
- Ubuntu Focal 20.04 (LTS), Jammy 22.04 (LTS), Ubuntu Lunar 23.04

For Docker:
mstopa-splunk marked this conversation as resolved.
Show resolved Hide resolved
- CentOS 7, 8, 9
- Debian Bullseye 11, Bookworm 12
- Ubuntu Focal 20.04 (LTS), Jammy 22.04 (LTS), Ubuntu Lunar 23.04

| Container Runtime and Orchestration | Additional Operating Systems Requirements |
|-------------------------------------------------------------------|-------------------------------------------------------------------------------------|
| [MicroK8s](k8s-microk8s.md) | Ubuntu with Microk8s |
| [Podman 1.7 & 1.9 + systemd](podman-systemd-general.md) | RHEL 8.x or CentOS 8.x (best option), Debian or Ubuntu 18.04LTS |
| [Docker CE 19 (and greater) + systemd](docker-systemd-general.md) | RHEL or CentOS >7.7 (best option), Debian or Ubuntu 18.04LTS |
| [Podman + systemd](podman-systemd-general.md) | |
| [Docker CE + systemd](docker-systemd-general.md) | |
| [Docker Desktop + Compose](docker-compose-MacOS.md) | MacOS |
| [Docker Desktop + Compose](docker-compose.md) | RHEL or CentOS 8.1 & 8.2 (best option) |
| [Docker Compose](docker-compose.md) | |
| [Bring your own Environment](byoe-rhel8.md) | RHEL or CentOS 8.1 & 8.2 (best option) |
| [Offline Container Installation](docker-podman-offline.md) | RHEL 8.x or CentOS 8.x (best option), Debian or Ubuntu 18.04LTS |
| [Ansible+Docker Swarm](ansible-docker-swarm.md) | RHEL 8.x or CentOS 8.x (best option), Debian or Ubuntu 18.04LTS |
| [Ansible+Podman](ansible-docker-swarm.md) | RHEL 7.x/8.x or CentOS 7.x/8.x (best option), Debian or Ubuntu 20.10LTS(and higher) |
| [Ansible+Docker](ansible-docker-swarm.md) | RHEL 7.x/8.x or CentOS 7.x/8.x (best option), Debian or Ubuntu 18.04LTS(and higher) |
| [Offline Container Installation](docker-podman-offline.md) | |
| [Ansible+Docker Swarm](ansible-docker-swarm.md) | |
| [Ansible+Podman \| Ansible+Docker](ansible-docker-swarm.md) | |


### Docker and Podman basic configurations
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/quickstart_guide.md
Expand Up @@ -20,7 +20,7 @@
* Create a HEC token for SC4S. When filling out the form for the token, it is recommended that the “Selected Indexes” pane be left blank and that a
`lastChanceIndex` be created so that all data received by SC4S will land somewhere in Splunk.

### SC4S setup (using RHEL 7.6)
### SC4S setup (using RHEL)
* Set the host OS kernel to match the default receive buffer of sc4s which is set to 16MB
* Add following to /etc/sysctl.conf

Expand Down