-
Notifications
You must be signed in to change notification settings - Fork 431
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
Add registry fieldset #673
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.
Thanks for opening this, Ross. A few adjustments are needed, but this looks good :-)
- We had discussed having
registry.data.original
, which should always be filled, and contain the base 64 encoding of the data. Did you forget to include it, or was there a reason you're not adding it yet? (either is fine)
See also the review comments for a few more small things
One more thing. The sorting on the field reference page is by short name, not by title. Which means "Windows Registry" is in the middle of the pack, instead of at the end 😂 For now simplest would be to rename title to "Registry", and omit Windows, IMO. Or if people feel like the word "Windows" is very important, perhaps we can do "Registry (Windows)". I prefer that over changing the sorting to be based on "title", as the underlying field set will actually be "registry.*". I feel it's important that the titles follow this closely. |
Yes, I'll add back |
The way I see these potentially big fields is that users always have the power to remove them when & how they see fit. In doing that, they obviously lose the ability to utilize them later on. Elastic can even decide to make this optional & off by default in the solutions. But in defining the schema itself, it's still useful to define the fields regardless of disk usage. Just like we did for http request/response body. Perhaps we should add general documentation around this at some point. |
@rw-access Do you think you'll have time to add If you don't think you'll have time, we can still proceed and add But we still need to fix the following before merging:
|
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.
LGTM, thanks for the adjustments.
One last discussion point, but we can merge if you're not convinced of the point below
As discussed out of band, we're removing We'll move forward and merge the rest of this PR as is, and continue thinking on what we do with the |
Added field set for Windows registry.
Closes #671