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

[enterprise-4.17] Issue in file observability/logging/logging-6.0/log6x-clf.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Logging
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      Description of problem:

         The writing application logs cluster role cant be copied and pasted it generates errors

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

          

      How reproducible:

          

      Steps to Reproduce:

      paste the object:
      
      

      apiVersion: rbac.authorization.k8s.io/v1
      kind: ClusterRole
      metadata:
      name: cluster-logging-write-application-logs
      rules:

      • apiGroups:
      • loki.grafana.com
        resources:
      • application
        resourceNames:
      • logs
        verbs:
      • create
        Annotations
        <1> rules: Specifies the permissions granted by this ClusterRole.
        <2> apiGroups: Refers to the API group loki.grafana.com, which relates to the Loki logging system.
        <3> loki.grafana.com: The API group for managing Loki-related resources.
        <4> resources: The resource type that the ClusterRole grants permission to interact with.
        <5> application: Refers to the application resources within the Loki logging system.
        <6> resourceNames: Specifies the names of resources that this role can manage.
        <7> logs: Refers to the log resources that can be created.
        <8> verbs: The actions allowed on the resources.
        <9> create: Grants permission to create new logs in the Loki system.
        
        

        Actual results:

            

        Expected results:

            

        Additional info:

            

              Unassigned Unassigned
              rhn-support-nigsmith Nigel Smith
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: