-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document configuration blocks that are supported in Central Management #9423
Comments
We also need to document restrictions more clearly. |
@exekias @mattapperson I want to make sure we don't have any holes here. Can you help me identify the config settings that are (or aren't) supported in CM? |
The way that CM currently works it to listen to some configuration block, looking at what we have the following keys and eveything under them are handled by CM. filebeat.modules:
metribeat.modules:
filebeat.inputs:
output: Anything outside the above keys are OK to be modified by the user. Logging options, |
Currently as of today only the elasticsearch /Logstash /kafka output should be supported, we might add support for All current Metricbeat, Filebeat modules should be exposed in the UI and we don't have currently any limitation on them. |
Kafka is supported, as is logstash |
@ph So to clarify, I think you are saying:
Is that correct? |
I confirm that it would be really nice to still be able to output to Redis either by manual configuration in local yml that would not be ignored or even better through CM. |
@martin-br I would prefer to keep the source of truth from CM and not having to reconcile local states vs remotes states. |
@ph I fully agree, to support Redis output in CM should be the target 👍 Should I create a new issue dedicated ? |
@martin-br Yes and I will track it. :) |
Right now, we don't do a very good job of describing the configuration blocks that are supported in central management. We need to indicate which options are supported so users don't need to play whack-a-mole to figure out what's allowed.
The text was updated successfully, but these errors were encountered: