Skip to content
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] Add telemetry for muting rules #174842

Merged
merged 4 commits into from
Jan 16, 2024

Conversation

CohenIdo
Copy link
Contributor

solves:

Summary

Introducing telemetry for cloud security muting rules.

Payload example:

"muted_rules": [
    {
        "id": "fe083488-fa0f-5408-9624-ac27607ac2ff",
        "name": "Ensure that VPC Flow Logs is Enabled for Every Subnet in a VPC Network",
        "benchmark_id": "cis_gcp",
        "benchmark_name": "CIS Google Cloud Platform Foundation",
        "benchmark_version": "v2.0.0",
        "rule_number": "3.8",
        "posture_type": "cspm",
        "section": "Networking",
        "version": "1.0"
    },
    {
        "id": "fdd3f5ce-cbfb-5abf-8b4e-988168d5e5a4",
        "name": "Minimize wildcard use in Roles and ClusterRoles",
        "benchmark_id": "cis_k8s",
        "benchmark_name": "CIS Kubernetes V1.23",
        "benchmark_version": "v1.0.1",
        "rule_number": "5.1.3",
        "posture_type": "kspm",
        "section": "RBAC and Service Accounts",
        "version": "1.0"
    },
    {
        "id": "a97eb244-d583-528c-a49a-17b0aa14decd",
        "name": "Ensure that default service accounts are not actively used.",
        "benchmark_id": "cis_k8s",
        "benchmark_name": "CIS Kubernetes V1.23",
        "benchmark_version": "v1.0.1",
        "rule_number": "5.1.5",
        "posture_type": "kspm",
        "section": "RBAC and Service Accounts",
        "version": "1.0"
    }
]

@CohenIdo CohenIdo added the release_note:skip Skip the PR/issue when compiling release notes label Jan 15, 2024
@CohenIdo CohenIdo marked this pull request as ready for review January 15, 2024 14:04
@CohenIdo CohenIdo requested a review from a team as a code owner January 15, 2024 14:04
@CohenIdo CohenIdo requested review from a team as code owners January 15, 2024 16:42
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@CohenIdo CohenIdo merged commit a9e5219 into elastic:main Jan 16, 2024
20 checks passed
@kibanamachine kibanamachine added v8.13.0 backport:skip This commit does not require backporting labels Jan 16, 2024
@bhavyarm bhavyarm added the Team:Cloud Security Cloud Security team related label Jan 17, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security)

@bhavyarm
Copy link
Contributor

Hey team, bunch of PRs were missing the team label. I added the labels in. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Cloud Security Cloud Security team related v8.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants