-
Notifications
You must be signed in to change notification settings - Fork 46
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
ECS Compatibility Docs, minor fixes #88
ECS Compatibility Docs, minor fixes #88
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.
Multi-column tables don't always render well, and this one needs some help. Let's discuss some different approaches. Moving notes under ECS field column, for example. Something like this treatment: https://www.elastic.co/guide/en/ecs/current/ecs-host.html
Content on or around line 336 is a duplicate, likely a result of a suggestion in github review.
55674d8
to
4c89d29
Compare
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.
Left comments inline for your consideration.
Co-authored-by: Karen Metts <[email protected]>
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.
I noted a place where we need a return. Otherwise, LGTM!
Love the tables. Thank you.
Co-authored-by: Karen Metts <[email protected]>
deviceMacAddress
field when in ECS mode; now correctly resolves to either[host][mac]
or[observer][mac]
based on the value of thedevice
option, instead of the literal[@device][mac]
.