Skip to content
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

registry options dont work with Filebeat6 #289

Open
peyerl-plusline opened this issue Sep 9, 2021 · 0 comments
Open

registry options dont work with Filebeat6 #289

peyerl-plusline opened this issue Sep 9, 2021 · 0 comments

Comments

@peyerl-plusline
Copy link

peyerl-plusline commented Sep 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant