This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
"open /compat/linux/proc: no such file or directory" error on FreeBSD
edit"open /compat/linux/proc: no such file or directory" error on FreeBSD
editThe system metricsets rely on a Linux compatibility layer to retrieve metrics on
FreeBSD. You need to mount the Linux procfs filesystem using the following
commands. You may want to add these filesystems to your /etc/fstab
so they are
mounted automatically.
sudo mount -t procfs proc /proc sudo mkdir -p /compat/linux/proc sudo mount -t linprocfs /dev/null /compat/linux/proc