v.24.5Improvement

Support include_from for YAML files

Support include_from for YAML files. However, you should better use config.d #63106 (Eduard Karacharov).
Added support for the include_from directive in YAML configuration files.

Why it matters

This feature allows users to include and modularize YAML configuration files by referencing other files, simplifying configuration management. It improves readability and maintainability of configurations by enabling reusable components.

How to use it

In your YAML configuration files, use the include_from directive to specify external YAML files to be included. However, it is recommended to prefer using the config.d directory for configuration modularization.