plugins.security:
  audit:
    endpoints:
      endpoint1:
        type: internal_opensearch
      endpoint2:
        type: external_opensearch
      endpoint3:
        type: debug
    routes:
      MISSING_PRIVILEGEs:
        endpoints:
          - default
          - endpoint1
          - endpoint2
      COMPLIANCE_DOC_READ:
        endpoints:
          - endpoint3
          - default