mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* [Docs] Add list of supported config blocks for central management * Add Redis to list of supported outputs
This commit is contained in:
parent
cf12d4b70e
commit
c843c68391
1 changed files with 17 additions and 0 deletions
|
@ -57,6 +57,23 @@ Add one or more configuration blocks to the tag. A tag can have configuration
|
|||
blocks for different types of {beats}. When the enrolled {beats} run, they will
|
||||
use the configuration blocks that are valid for their type.
|
||||
|
||||
Central management supports configuration settings for:
|
||||
|
||||
* {filebeat} modules
|
||||
* {metricbeat} modules
|
||||
* {filebeat} inputs
|
||||
* {filebeat} and {metricbeat} outputs
|
||||
|
||||
NOTE: Central management supports the following outputs only: {es}, {ls}, Kafka,
|
||||
and Redis. Other output types are not supported for {beats} that are enrolled in
|
||||
central management.
|
||||
|
||||
Use the Central Management UI to define and manage settings for supported
|
||||
configuration blocks. You cannot define those settings in local {beats}
|
||||
configuration files. For configuration blocks that are not supported by central
|
||||
management, configure the settings in the local configuration file after
|
||||
enrolling the Beat in central management.
|
||||
|
||||
[float]
|
||||
=== Manage enrolled {beats}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue