Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-1222

[dedicated-4] Issue in file observability/logging/log_storage/cluster-logging-loki.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • Logging
    • None
    • True
    • Hide

      None

      Show
      None
    • False
    • Low

      Description of problem:

      The documentation uses 16 & 8 as example values for the ingestionBurstSize & ingestionRate. The default values in Openshift 4.14 are 20 & 15. 
      
      apiVersion: loki.grafana.com/v1
      kind: LokiStack
      metadata:
        name: logging-loki
        namespace: openshift-logging
      spec:
        limits:
          global:
            ingestion:
              ingestionBurstSize: 16 
              ingestionRate: 8
      
      OpenShift configmap logging-loki-config in namespace openshift-logging:
      ...
      limits_config:
        ingestion_rate_strategy: global
        ingestion_rate_mb: 15
        ingestion_burst_size_mb: 20
      ...

      Version-Release number of selected component (if applicable):

          

      How reproducible:

          

      Steps to Reproduce:

      The documentation suggest     

      Actual results:

          

      Expected results:

          

      Additional info:

          

            ocp-docs-bot OCP DocsBot
            marcel.booms@hcs-company.com Marcel Booms (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: