-
Notifications
You must be signed in to change notification settings - Fork 418
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
Document how / whether objects should be reused in different places in ECS #94
Comments
See #72, among others |
Sounds similar to #71 ? |
Not really the same thing. And I still need to flesh out the body of this issue, but I think a bit of a free form discussion would be in order before I can do that (about #71 and about this issue). #71 is about deciding if we let people merge the objects together (compose) or if we add the explicit nesting everywhere we reuse a reuseable object. What I want to do here is actually have an explanation in the docs about how to do this reuse the right way. The goal being to avoid having tons of tools say they're "ECS compliant" but they're actually all reusing the objects in a way that's different from one source to another.
So this issue is about actually adding the guidance to the doc, once we've figured it out. Hopefully this clarifies it a bit. |
@ruflin @MikePaquette I've fleshed out the body of this issue. Not sure this generates a notification. But I'd like you to check it out and be ready to discuss it at today's ECS meeting, if you can. |
In recent conversations we've determined that the following objects should be reusable under specific objects:
geo
source
,destination
,device
andhost
os
host
,device
,user_agent
user
source
,destination
andhost
Some additional reusable objects have also been discussed but I'm not sure agreement is there yet. Listing them out:
threat
match.field_name: "source.ip"
host
agent
Note that it will be important to "pre-determine" where we expect these objects to be re-used for two reasons:
The text was updated successfully, but these errors were encountered: