-
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
[Cloud Security] [Vulnerability Management] Vulnerabilities index transform #151880
Comments
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security) |
@amirbenun Do we want to use |
Seems to me that these together are almost enough to point to a unique vulnerability. |
@amirbenun |
Elasticsearch Index Privileges PR - elastic/elasticsearch#94255 |
## Summary Issue [#151880](#151880) This PR creates the vulnerabilities transforms. - [x] Create transform for vulnerabilities - [x] InitializeTransform() - [x] Create a transform config - [x] Delete the latest transform for vulnerabilities - [x] Create Indices for vulnerabilities - [x] Create indices for vulnerabilities - [x] Create Transform Ingest Pipeline for Vulnerabilities - [x] Define Ingest Pipeline Config - [x] Define Ingest Pipeline ID - [x] Tested Ingested Pipeline Vulnerabilities Transform <img width="716" alt="image" src="https://user-images.githubusercontent.com/17135495/221977922-64372f8b-157f-4c6f-a310-a94fe2b4e47f.png"> Vulnerabilities Index <img width="1471" alt="image" src="https://user-images.githubusercontent.com/17135495/221970878-9581b1de-277e-49b8-96e2-6175d75b7d5e.png"> Vulnerabilities Index Template <img width="863" alt="image" src="https://user-images.githubusercontent.com/17135495/221971260-493c9ea2-8006-434c-98c9-abd4d37a076a.png"> Vulnerabilities Index Latest Template <img width="1702" alt="image" src="https://user-images.githubusercontent.com/17135495/221971431-ca65ee76-ee69-4efa-833b-e9decea9d3aa.png"> --------- Co-authored-by: Kibana Machine <[email protected]>
Summary
Create a Transform for the vulnerability management index, use as reference the
initializeCspTransforms
already defined in the plugins.tsTasks
kibana_system
Index privileges for vulnerabilities indexReferences
Transform API
plugin.ts
Vulnerabilities Schema Discussion
Index privileges PR
The text was updated successfully, but these errors were encountered: