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
The addition for registry options with PR #285 apparently does not work on Filebeat6.
The syntax Filbeat6 expects is:
filebeat.registry_file: $path/$filename filebeat.registry_file_permissions: $perm filebeat.registry_flush: $flush
but the syntax created here is:
filebeat: registry: path: $path file_permissions: $perm flush: $flush
I don't have a Filebeat7 to test if it works there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The addition for registry options with PR #285 apparently does not work on Filebeat6.
The syntax Filbeat6 expects is:
but the syntax created here is:
I don't have a Filebeat7 to test if it works there.
The text was updated successfully, but these errors were encountered: