-
Notifications
You must be signed in to change notification settings - Fork 144
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
Updating Elastic Manifests with NETINFO variable #3354
Conversation
This pull request does not have a backport label. Could you fix it @gizas? 🙏
NOTE: |
🌐 Coverage report
|
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac. | ||
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html | ||
# - name: ELASTIC_NETINFO | ||
# value: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we make it true
false
by default and uncommented based on the discussions at elastic/beats#36506 (comment)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting default value ELASTIC_NETINFO: false as per discussion here elastic/beats#36506 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change LGTM. Let's wait for elastic/beats#36506 to be merged first, just in case :).
kind: enhancement | ||
|
||
# Change summary; a 80ish characters long description of the change. | ||
summary: netinfo-manifests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should explain what the actual change does that users can understand it, this is a change in the data that is collected so we shouldn't be brief.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Craig, see update debff38
/test |
1 similar comment
/test |
SonarQube Quality Gate |
Unrelated failures, I'm merging. |
## Summary This PR add the environmental veriable ELASTIC_NETINFO in the managed and standalone manifests of Elasitc agent. The variable has been introduced here elastic/elastic-agent#3354 The reason for the introduction of the new variable ELASTIC_NETINFO:false by default in the manifests, is related with the work done elastic/integrations#6674
What does this PR do?
This PR add the the NETINFO variable in the kubernetes manifests
Why is it important?
Checklist
./changelog/fragments
using the changelog toolHow to test this PR locally
Related issues