-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Ingest] Add additional attributes to the Datasources Stored Object #65904
Comments
Thanks for creating this @paul-tavares , gonna add our team label as well. |
Pinging @elastic/endpoint-management (Team:Endpoint Management) |
Yes we should not send this to the agent, the way we build the config allow to add new property to the saved object without impacting the agent final config |
Just an FYI as these will be changes to saved object mappings, we should check that the changes do not need |
Thanks @jen-huang for the heads up and for the link - now I know where to get dev info. about saved object 😄 👍 |
Yes! I think this is a good idea. I'll work on some designs and create a UI implementation issue. |
So I do think we need migration to ensure these fields are returned for existing data being that I think we would like to define the (TS) types for these are required. I will look closer into the Migration to figure out how to do it. I'm thinking all fields should be set SO's last update date ( |
In support of Endpoint Security, add the following additional attributes to
datasources
:updated_on
: Date (ISO). Should be set every time the SO is updatedupdated_by
: User. Should be set every time the SO is updatedcreated_on
: Date (ISO). Should be set once only during createcreated_by
: User. Should be set once only during createREST Impact
POST
,PUT
, etc.)UI Impact
The text was updated successfully, but these errors were encountered: