@@ -82,7 +82,7 @@ metadata:
82
82
categories : OpenShift Optional, Logging & Tracing
83
83
certified : " false"
84
84
containerImage : quay.io/openshift-logging/cluster-logging-operator:latest
85
- createdAt : " 2025-02-06T14:39:16Z "
85
+ createdAt : " 2025-03-12T17:45:14Z "
86
86
description : The Red Hat OpenShift Logging Operator for OCP provides a means for
87
87
configuring and managing log collection and forwarding.
88
88
features.operators.openshift.io/cnf : " false"
@@ -380,7 +380,11 @@ spec:
380
380
path: inputs[0].receiver
381
381
- displayName: HTTP Receiver Configuration
382
382
path: inputs[0].receiver.http
383
- - description: Format is the format of incoming log data.
383
+ - description: |-
384
+ Format is the format of incoming log data.
385
+
386
+
387
+ The current supported format is `kubeAPIAudit`.
384
388
displayName: Data Format
385
389
path: inputs[0].receiver.http.format
386
390
- description: Port the Receiver listens on. It must be a value between 1024
@@ -398,7 +402,17 @@ spec:
398
402
the collector. The collector is configured to use the public and private key provided by the service
399
403
displayName: TLS Options
400
404
path: inputs[0].receiver.tls
401
- - description: Type of Receiver plugin.
405
+ - description: |-
406
+ Type of Receiver plugin.
407
+
408
+
409
+ Supported Receiver types are:
410
+
411
+
412
+ 1. http
413
+ - Currently only supports kubernetes audit logs (log_type = "audit")
414
+ 2. syslog
415
+ - Currently only supports node infrastucture logs (log_type = "infrastructure")
402
416
displayName: Receiver Type
403
417
path: inputs[0].receiver.type
404
418
- description: Type of output sink.
0 commit comments