4장. 로깅 배포 구성
4.1. 클러스터 로깅 사용자 정의 리소스 정보
OpenShift Logging을 구성하려면 ClusterLogging
사용자 정의 리소스(CR)를 사용자 정의합니다.
4.1.1. 클러스터 로깅 사용자 정의 리소스 정보
OpenShift Logging 환경을 변경하려면 ClusterLogging
사용자 정의 리소스(CR)를 생성하고 수정합니다.
CR을 작성하거나 수정하기 위한 지침이 이 문서에 적절하게 제공됩니다.
다음은 OpenShift Logging을 위한 일반적인 사용자 정의 리소스의 예입니다.
ClusterLogging
사용자 정의 리소스 (CR) 샘플
apiVersion: "logging.openshift.io/v1" kind: "ClusterLogging" metadata: name: "instance" 1 namespace: "openshift-logging" 2 spec: managementState: "Managed" 3 logStore: type: "elasticsearch" 4 retentionPolicy: application: maxAge: 1d infra: maxAge: 7d audit: maxAge: 7d elasticsearch: nodeCount: 3 resources: limits: memory: 16Gi requests: cpu: 500m memory: 16Gi storage: storageClassName: "gp2" size: "200G" redundancyPolicy: "SingleRedundancy" visualization: 5 type: "kibana" kibana: resources: limits: memory: 736Mi requests: cpu: 100m memory: 736Mi replicas: 1 collection: 6 logs: type: "fluentd" fluentd: resources: limits: memory: 736Mi requests: cpu: 100m memory: 736Mi