Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed naming to cloud_security_posture
  • Loading branch information
kfirpeled committed Apr 17, 2022
commit bd7e47a93262f608c6ac70b9d9f861dd23d8651f
2 changes: 1 addition & 1 deletion packages/cis_kubernetes_benchmark/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
format_version: 1.0.0
name: cis_kubernetes_benchmark
title: "CIS Kubernetes Benchmark"
title: "CIS Kubernetes Benchmark - deprecated"
version: 0.0.1
license: basic
description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"attributes": {
"description": "",
"title": "logs-cis_kubernetes_benchmark.findings-*"
"title": "logs-cloud_security_posture.findings-*"
Copy link
Contributor

@oren-zohar oren-zohar Apr 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"title": "logs-cloud_security_posture.findings-*"
"title": "logs-cloud_security_posture.findings*"

@kfirpeled I know it's already merged, but since the current findings index is logs-cloud_security_posture.findings_latest-default this data view didn't catch it 😢

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oren-zohar This is on purpose, we'll move the findings_latest index in a different PR

},
"coreMigrationVersion": "8.1.0",
"id": "cis_kubernetes_benchmark-9129a080-7f48-11ec-8249-431333f83c5f",
"id": "cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f",
"migrationVersion": {
"index-pattern": "8.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cloud_security_posture/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
format_version: 1.0.0
name: cis_kubernetes_benchmark
name: cloud_security_posture
title: "CIS Kubernetes Benchmark"
version: 0.0.1
license: basic
Expand All @@ -10,7 +10,7 @@ categories:
- kubernetes
release: experimental
conditions:
kibana.version: "^8.2.0"
kibana.version: "^8.3.0"
screenshots:
- src: /img/dashboard.png
title: Dashboard page
Expand Down Expand Up @@ -38,9 +38,9 @@ icons:
size: 32x32
type: image/svg+xml
policy_templates:
- name: findings
title: Compliance findings
description: Collect findings
- name: kspm
title: CIS Kubernetes Benchmark
description: Check Kubernetes cluster compliance with the Kubernetes CIS benchmark.
multiple: false
inputs:
- type: cloudbeat
Expand Down