[sysdig] Add support for cspm datastream#14907
[sysdig] Add support for cspm datastream#14907brijesh-elastic merged 10 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
packages/sysdig/data_stream/cspm/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/sysdig/data_stream/cspm/_dev/test/pipeline/test-cspm.log-expected.json
Show resolved
Hide resolved
| @@ -0,0 +1,702 @@ | |||
| { | |||
There was a problem hiding this comment.
Can you try best to all Must Have mappings from https://docs.elastic.dev/security-solution/cloud-security/cdr/3p-dev-guide#misconfiguration-findings-1 ?
There was a problem hiding this comment.
Most of the MUST HAVE fields (such as resource.id, resource.name, host.name, user.name) aren't possible because resource details aren't coming in the API response.
There was a problem hiding this comment.
It seems we are only ingesting a bunch of rules. Is there any other API to ingest resources from that are evaluated by these rules?
I don't think ingesting rules without resources will add any value.
There was a problem hiding this comment.
We are receiving the resource_api_endpoint field, which can be used to call another API to get the affected resources. However, since we have 40k controls, this would result in 40k calls in one iteration, which is excessively high.
There was a problem hiding this comment.
There is summary information inside *Count fields, indicating overall pass/fail along with severities.
I will leave it to @chemamartinez if the requirement is satisfied for this data stream.
packages/sysdig/data_stream/cspm/_dev/test/pipeline/test-cspm.log-expected.json
Outdated
Show resolved
Hide resolved
packages/sysdig/data_stream/cspm/_dev/test/pipeline/test-cspm.log-expected.json
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
History
|
|
|
Package sysdig - 2.2.0 containing this change is available at https://epr.elastic.co/package/sysdig/2.2.0/ |




Proposed commit message
Note
The dashboard will be added once the vulnerability PR is merged.
Checklist
changelog.ymlfile.How to test this PR locally
Related issues