feat(tools/readme_linter): Check for global configuration section (#12426)
This commit is contained in:
parent
b6b0b80b9a
commit
61523bd4b9
|
|
@ -6,6 +6,7 @@
|
||||||
/tools/package_lxd_test/package_lxd_test
|
/tools/package_lxd_test/package_lxd_test
|
||||||
/tools/license_checker/license_checker*
|
/tools/license_checker/license_checker*
|
||||||
/tools/readme_config_includer/generator*
|
/tools/readme_config_includer/generator*
|
||||||
|
/tools/readme_linter/readme_linter*
|
||||||
/tools/custom_builder/custom_builder*
|
/tools/custom_builder/custom_builder*
|
||||||
/vendor
|
/vendor
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -111,6 +111,7 @@ build_tools:
|
||||||
$(HOSTGO) build -o ./tools/custom_builder/custom_builder$(EXEEXT) ./tools/custom_builder
|
$(HOSTGO) build -o ./tools/custom_builder/custom_builder$(EXEEXT) ./tools/custom_builder
|
||||||
$(HOSTGO) build -o ./tools/license_checker/license_checker$(EXEEXT) ./tools/license_checker
|
$(HOSTGO) build -o ./tools/license_checker/license_checker$(EXEEXT) ./tools/license_checker
|
||||||
$(HOSTGO) build -o ./tools/readme_config_includer/generator$(EXEEXT) ./tools/readme_config_includer/generator.go
|
$(HOSTGO) build -o ./tools/readme_config_includer/generator$(EXEEXT) ./tools/readme_config_includer/generator.go
|
||||||
|
$(HOSTGO) build -o ./tools/readme_linter/readme_linter$(EXEEXT) ./tools/readme_linter
|
||||||
|
|
||||||
embed_readme_%:
|
embed_readme_%:
|
||||||
go generate -run="readme_config_includer/generator$$" ./plugins/$*/...
|
go generate -run="readme_config_includer/generator$$" ./plugins/$*/...
|
||||||
|
|
@ -224,6 +225,8 @@ clean:
|
||||||
rm -rf tools/custom_builder/custom_builder.exe
|
rm -rf tools/custom_builder/custom_builder.exe
|
||||||
rm -rf tools/readme_config_includer/generator
|
rm -rf tools/readme_config_includer/generator
|
||||||
rm -rf tools/readme_config_includer/generator.exe
|
rm -rf tools/readme_config_includer/generator.exe
|
||||||
|
rm -rf tools/readme_linter/readme_linter
|
||||||
|
rm -rf tools/readme_linter/readme_linter.exe
|
||||||
rm -rf tools/package_lxd_test/package_lxd_test
|
rm -rf tools/package_lxd_test/package_lxd_test
|
||||||
rm -rf tools/package_lxd_test/package_lxd_test.exe
|
rm -rf tools/package_lxd_test/package_lxd_test.exe
|
||||||
rm -rf tools/license_checker/license_checker
|
rm -rf tools/license_checker/license_checker
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
|
||||||
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
||||||
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue