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

Bug: system/filesystem not formatting list of ignored filesystem types correctly. #6408

Open
fearful-symmetry opened this issue May 31, 2023 · 2 comments
Labels
bug Something isn't working, use only for issues Integration:system System Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]

Comments

@fearful-symmetry
Copy link
Contributor

There's an issue with the code here:

filesystem.ignore_types: {{filesystem.ignore_types}}

Such that when a user supplies a custom list, it gets formatted like this. Note the lack of spaces:

filesystem.ignore_types: nfs4,nfs,cifs,smbfs,autofs,squashfs

This is invalid, and the underlying code can't read it. It should be formatted like this: https://github.com/elastic/integrations/blob/1fe388892b9329ff80528e7e7a1ba48c9b432dad/packages/system/data_stream/filesystem/agent/stream/stream.yml.hbs#LL10C1-L13C10

@fearful-symmetry fearful-symmetry added the bug Something isn't working, use only for issues label May 31, 2023
@jlind23 jlind23 added the Team:Elastic-Agent Label for the Agent team label Jun 1, 2023
@elasticmachine
Copy link

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

@jlind23 jlind23 added Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] and removed Team:Elastic-Agent Label for the Agent team labels Jun 9, 2023
@lucabelluccini
Copy link
Contributor

This might be a duplicate of #7703

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, use only for issues Integration:system System Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]
Projects
None yet
Development

No branches or pull requests

5 participants