Mirtov Alexey 0d93264f04 Update provider.tf | 2 yıl önce | |
---|---|---|
.. | ||
examples | 2 yıl önce | |
images | 3 yıl önce | |
k8s-events-siem-worker | 2 yıl önce | |
modules | 2 yıl önce | |
README.md | 2 yıl önce |
Version-2.0
cr.yandex/sol/k8s-events-siem-worker:2.0.0
.Version-2.0
cr.yandex/sol/k8s-events-siem-worker:1.1.0
.Here are the out-of-the-box features of the solution: ☑️ Collect K8s audit logs in Managed ELK SIEM.
The solution "Collecting, monitoring, and analyzing audit logs in Yandex Managed Service for Elasticsearch (ELK)" contains information on how to install Yandex Managed Service for Elasticsearch (ELK) and collect logs from Audit Trails in it.
See a detailed description of the objects here.
The solution consist of terraform module:
folder_id
: The ID of the folder where the cluster is hosted.cloud_id
: The ID of the cloud where the cluster is hosted.cluster_name
: The name of the Kubernetes cluster.elastic_server
: The FQDN address of the ELK installationelastic_pw
and elastic_user
: The ELK user credentials for event importservice_account_id
: The ID of the service account that can write to the bucket and has the ymq.admin role.log_bucket_name
: The name of the bucket that will create module to save logs to.auditlog_enabled
: true or false (enables/disables sending of K8s audit logs to ELK).falco_enabled
: true or false (enables/disables sending of Falco alerts to ELK).kyverno_enabled
: true or false — (enables/disables sending of Kyverno alerts to ELK).See the example of calling modules in /examples/README.md
We recommend subscribing to this repository to receive update notifications.
For content updates, make sure that you are running the latest available image version:
cr.yandex/sol/k8s-events-siem-worker:latest
You can update the container as follows:
You can re-create the deployments in k8s via Terraform (change worker_docker_image env in tfvars and run terraform apply
).
If you prefer OPA Gatekeeper to Kyverno, set the value kyverno_enabled
to false when calling the module, then run the manual installation:
Recommendations for setting up retention, rollover, and snapshots