Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion docs/faq/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sidebar_label: FAQ
| [Plugins and Customization](#plugins-and-customization) |
| [Deployment](#deployment) |
| [Troubleshooting and Debugging](#troubleshooting-and-debugging) |
| [Supported Linux Distributions](#supported-linux-distributions) |


------
Expand Down Expand Up @@ -182,4 +183,19 @@ You can change the log level with the [STEAMPIPE_LOG_LEVEL](/docs/reference/env-
export STEAMPIPE_LOG_LEVEL=TRACE
```

If Steampipe is running, the plugins must be restarted for it to take effect: `steampipe service stop --force && steampipe service start`.
If Steampipe is running, the plugins must be restarted for it to take effect: `steampipe service stop --force && steampipe service start`.

## Supported Linux Distributions

Steampipe requires glibc version 2.34 or higher. It will not function on systems with an older glibc version.

Steampipe is tested on the latest versions of Linux LTS distributions. While it may work on other distributions with the required glibc version, official support and testing are limited to the following:


| Distribution | Version | glibc Version | Notes |
|--------------------|---------|---------------|---------------------------------------------------------|
| Ubuntu LTS | 24.04 | 2.39 | |
| Ubuntu | 22.04 | 2.35 | To cover Windows WSL2, which may be behind |
| CentOS (Stream) | 9 | 2.34 | |
| RHEL | 9 | 2.34 | |
| Amazon Linux | 2023 | 2.34 | |