elastic / elastic/integrations

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

Open
#6,408 4 comments 0 reactions 0 assignees View on GitHub
bug Integration:system Team:Obs-InfraObs
Dominant language
Handlebars
Stars
333
Forks
647
Avg merge
2d 17h
Merged PRs (30d)
225

Description

There's an issue with the code here: https://github.com/elastic/integrations/blob/1fe388892b9329ff80528e7e7a1ba48c9b432dad/packages/system/data_stream/filesystem/agent/stream/stream.yml.hbs#L5

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.