-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Security Solution][Endpoint] User Artifact Mapping Fixes #71449
Conversation
@@ -7,13 +7,13 @@ import { Logger } from 'src/core/server'; | |||
|
|||
export const ArtifactConstants = { | |||
GLOBAL_ALLOWLIST_NAME: 'endpoint-exceptionlist', | |||
SAVED_OBJECT_TYPE: 'endpoint:user-artifact:v2', | |||
SAVED_OBJECT_TYPE: 'endpoint:user-artifact', |
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.
just curious, why is the v2
being removed?
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.
@marshallmain It was just there to help with testing during dev... things were changing quickly and people were not always starting with a fresh install. I had gotten some feedback on it, and I think this is a good time to remove it before we go down the path toward GA.
💚 Build SucceededBuild metricsSaved Objects .kibana field count
To update your PR or re-run it, just comment with: |
Summary
Addresses the following:
Checklist
N/A
For maintainers