Set up Linux for workload management
To use workload management in Splunk Enterprise, you must set up Linux cgroups on your underlying Linux operating system. How you set up cgroups for workload management depends on whether or not Linux is running under systemd. To determine if your system is running under systemd
, see Is Linux running systemd?.
Is Linux running systemd?
Use one of the following options to determine if your Linux distribution is running systemd.
- Run the
systemctl
command to check for asystemd
version number.$ systemctl --version systemd 219 +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN
Workload management supports
systemd
version 219 or later. See Requirements. - Check for a
systemd
process ID. If the output shows PID=1, then you are runningsystemd
. For example:$ pidof systemd 1
To configure cgroups on Linux distributions running under systemd
, see Configure systemd distributions.
To configure cgroups on Linux distributions not running systemd
, see Configure non-systemd distributions.
Requirements | Configure Linux systemd for workload management |
This documentation applies to the following versions of Splunk® Enterprise: 7.2.0, 7.2.1, 7.2.2, 7.2.3, 7.2.4, 7.2.5, 7.2.6, 7.2.7, 7.2.8, 7.2.9, 7.2.10
Feedback submitted, thanks!