We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When restricted_fields: true is enabled then the process.env.* fields should be populated. But that is not working.
restricted_fields: true
process.env.*
- add_process_metadata: match_pids: [process.pid] overwrite_keys: true ignore_missing: true cgroup_prefixes: [] cgroup_regex: '([0-9a-f]{64})(\.scope)?$' restricted_fields: true
The code that collects the metadata does not fetch any environment variables.
beats/libbeat/processors/add_process_metadata/gosysinfo_provider.go
Lines 51 to 61 in 16e2989
The text was updated successfully, but these errors were encountered:
Pinging @elastic/security-external-integrations (Team:Security-External Integrations)
Sorry, something went wrong.
efd6
Successfully merging a pull request may close this issue.
When
restricted_fields: true
is enabled then theprocess.env.*
fields should be populated. But that is not working.The code that collects the metadata does not fetch any environment variables.
beats/libbeat/processors/add_process_metadata/gosysinfo_provider.go
Lines 51 to 61 in 16e2989
The text was updated successfully, but these errors were encountered: