We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug is reproducible with any beats (filebeats, metrics beat, custom beat, etc.)
Expected result: In both cases, the log filename is overridden
$ls logs override1_filename.log override2_filename.log
Actual result: The log filename is not overridden if the filebeat.full.yml is loaded
$ls logs filebeat override1_filename.log
There is a problem when merging the configuration from file and from command line.
filebeat.full.yml contains the section logging.files but is empty filebeat.yml does not contain the section logging.files, and get default values
The text was updated successfully, but these errors were encountered:
@urso I think this is related to ucfg. Can you have a look? @cyrilleverrier Thanks for reporting.
Sorry, something went wrong.
note: @urso this bug is still present with ucfg v0.4.4
Testing with console output only yet, using -E works for me.
I started PR #3304 adding debug output of config file loaded. This will help debugging the issue.
Will have a look at the described issue tomorrow.
fix in progress: elastic/go-ucfg#85
No branches or pull requests
This bug is reproducible with any beats (filebeats, metrics beat, custom beat, etc.)
Expected result:
In both cases, the log filename is overridden
Actual result:
The log filename is not overridden if the filebeat.full.yml is loaded
There is a problem when merging the configuration from file and from command line.
filebeat.full.yml contains the section logging.files but is empty
filebeat.yml does not contain the section logging.files, and get default values
The text was updated successfully, but these errors were encountered: