-
Notifications
You must be signed in to change notification settings - Fork 528
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
docs: Update field ref with ECS icon #4272
Conversation
Sounds right. You could bundle a |
Neat, thanks. That worked! |
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.
Nice, I like it!
# Conflicts: # docs/fields.asciidoc
Motivation/summary
I updated
generate_fields_docs.py
in elastic/beats#21359 to include an ECS icon next to ECS fields in the field reference documentation. This PR makes use of that new script to create APM Server's field reference:make update
to update the field referenceUnfortunately, I can't getmake update
to make use of that change. I still have to use a local clone of Beats to get things to work:go mod edit -replace=github.com/elastic/beats/v7=../beatsIs this because APM Server needs to update to a later version of Beats before we can make use of this change? If so, does it make more sense to wait on this PR until after that happens?Related issues
Closes elastic/apm#276.
Relates to elastic/beats#20729.