-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Reconcile duplicated attributes #10956
Conversation
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.
Looks like we use {libbeat}
, {elasticsearch}
, and {doc-branch}
in the APM docs. I'll pull this PR and make the necessary changes in the APM repo.
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.
No problems from the stack monitoring side of things. 👍
* Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch
* Reconcile duplicated attributes (#10956) * Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch * Replace remaining attributes * Run make update
* Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch
* Reconcile duplicated attributes (#10956) * Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch * Replace remaining attributes
* Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch
* Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch
* Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch
* Reconcile duplicated attributes (elastic#10956) * Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch * Replace remaining attributes
* Reconcile duplicated attributes (elastic#10956) * Replace libbeat with beats-ref * Replace metricbeat with metricbeat-ref * Replace filebeat with filebeat-ref * Replace auditbeat with auditbeat-ref * Replace logstashdoc with logstash-ref * Replace elasticsearch with ref * Replace elasticsearch-plugins with plugins * Replace securitydoc with stack-ov * Replace monitoringdoc with stack-ov * Remove unused attributes * Replace doc-branch with branch * Replace remaining attributes * Run make update
Fixes issue #6144 by removing attributes that duplicate attributes defined here.
Note that I've changed all paths to use
branch
instead ofdoc-branch
to be consistent with the shared attributes file. However, I have not removeddoc-branch
from version.asciidoc because the attribute is used bymake docs
.I've also removed attributes that are not used anywhere.
@bmorelli25 Please confirm that APM does not use any of the attributes that I've removed.