Broken config in Filebeat documentation

On the page documenting the use of Filebeat modules this bit of config is shown:

var.paths = ["/var/log/nginx/access.log*"]

That should be a colon instead of the equals, shouldn't it?

Hey Peter,

you can open a PR with the fix if you think that is incorrect, I haven't tested but yes... it not yaml notation.
You can also validate it in https://github.com/elastic/beats/blob/master/filebeat/docs/modules-overview.asciidoc

@Peter_Becker That is definitively incorrect. Could you open a Github issue or PR? @dedemorton FYI

I can fix it. Thanks for pointing out the error.

Fix is in this PR: https://github.com/elastic/beats/pull/4148

Thanks, @dedemorton - I had been busy over the last few days and no time to do one myself.

This topic was automatically closed after 21 days. New replies are no longer allowed.