cluster-logging.yml 429 B

1234567891011121314151617181920212223
  1. apiVersion: logging.openshift.io/v1
  2. kind: ClusterLogging
  3. metadata:
  4. name: instance
  5. namespace: openshift-logging
  6. spec:
  7. collection:
  8. type: vector
  9. logStore:
  10. lokistack:
  11. name: logging-loki
  12. retentionPolicy:
  13. application:
  14. maxAge: 7d
  15. audit:
  16. maxAge: 7d
  17. infra:
  18. maxAge: 7d
  19. type: lokistack
  20. visualization:
  21. ocpConsole:
  22. logsLimit: 15
  23. managementState: Managed