You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to reduce database size and not to store facts which are not needed in puppetdb. For example - info in networking.interfaces for dynamic/virtual links (calico, veth, docker etc). Currently it's impossible to block it with current filters.
I have in config for example:
Describe the Bug
I'm trying to reduce database size and not to store facts which are not needed in puppetdb. For example - info in
networking.interfaces
for dynamic/virtual links (calico, veth, docker etc). Currently it's impossible to block it with current filters.I have in config for example:
But this facts are still present in puppetdb. I've explained a little bit more in puppetlabs/facter#2713
Expected Behavior
I would like to have possibility to exclude storage some facts in puppetdb with modern structure (Hash) with regex support.
Environment
Additional Context
puppetlabs/facter#2713
The text was updated successfully, but these errors were encountered: