-
Notifications
You must be signed in to change notification settings - Fork 116
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] Fix positioning of ECS fields in the documents #276
Comments
FYI the SIEM team has documented the ECS fields it is using: https://www.elastic.co/guide/en/siem/guide/current/siem-field-reference.html |
One thing that I find confusing in how the APM field docs are laid out is that the ECS fields section lists all ECS fields, whether they're relevant to APM or not. If some ECS fields are not relevant to (nor populated by) APM, they don't need to be mentioned in the docs, IMO. Perhaps a better way to approach this would be to simply list all APM fields as you currently do, and have a checkmark or some sort of mention per field, that indicates whether it's an ECS field or not. The page referenced by @cyrille-leclerc above has a slightly different purpose. SIEM was initially one of the main drivers of ECS, both as a producer and a consumer of the data. However some users aren't using Beats, but still want to have their events populate the SIEM. So the page linked above serves the need of explaining what's the minimum users need to do, in order to have their data appear in SIEM. If APM has a desire to instruct users on how can inject custom events in APM, then a page like the SIEM page may be interesting for APM. Otherwise it may not be relevant. |
Thanks, everyone. I agree the ECS field documentation is less than ideal. It's worth noting too that Andrew opened a bunch of ECS alignment issues for APM Server yesterday: https://github.com/elastic/apm-server/issues?q=is%3Aopen+is%3Aissue+label%3Aecs.
I like this idea a lot. I'll look at the script we currently use to build these docs and see how difficult that would be to implement.
I think this is useful documentation as well. We have a longstanding issue open to address this: https://github.com/elastic/observability-dev/issues/223. |
Thanks for pointing out these issues @bmorelli25 ! |
Here's what I've learned about this documentation over the past couple of days. Bear with me, some of this is basic, but I'm learning in-depth about this for the first time. Thanks to DeDe / Gil / Andrew for sharing this knowledge.
Possible solution:
We should also clarify this:
|
I've opened elastic/beats#21359 to address this. |
Related issue opened in Beats: elastic/beats#20729. |
Currently the ECS fields documentation shows up along side other field documentation that can give the impression that APM fields are not ECS compliant.
Lets change the structure of this page to emphasize APM fields that are/are not ECS compliant.
The text was updated successfully, but these errors were encountered: