@@ -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-05T17:12:05Z "
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"
@@ -467,16 +467,24 @@ spec:
467
467
path: outputs[0].azureMonitor.tuning
468
468
- displayName: Delivery Mode
469
469
path: outputs[0].azureMonitor.tuning.deliveryMode
470
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
471
- after a delivery failure.
470
+ - description: |-
471
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
472
+
473
+
474
+ A duration string is a sequence of decimal numbers and unit suffixes,
475
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
472
476
displayName: Maximum Retry Duration
473
477
path: outputs[0].azureMonitor.tuning.maxRetryDuration
474
478
- description: MaxWrite limits the maximum payload in terms of bytes of a single
475
479
"send" to the output.
476
480
displayName: Batch Size
477
481
path: outputs[0].azureMonitor.tuning.maxWrite
478
- - description: MinRetryDuration is the minimum time to wait between attempts
479
- to retry after delivery a failure.
482
+ - description: |-
483
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
484
+
485
+
486
+ A duration string is a sequence of decimal numbers and unit suffixes,
487
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
480
488
displayName: Minimum Retry Duration
481
489
path: outputs[0].azureMonitor.tuning.minRetryDuration
482
490
- description: Cloudwatch configures forwarding log events to AWS Cloudwatch
@@ -606,16 +614,24 @@ spec:
606
614
path: outputs[0].cloudwatch.tuning.compression
607
615
- displayName: Delivery Mode
608
616
path: outputs[0].cloudwatch.tuning.deliveryMode
609
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
610
- after a delivery failure.
617
+ - description: |-
618
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
619
+
620
+
621
+ A duration string is a sequence of decimal numbers and unit suffixes,
622
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
611
623
displayName: Maximum Retry Duration
612
624
path: outputs[0].cloudwatch.tuning.maxRetryDuration
613
625
- description: MaxWrite limits the maximum payload in terms of bytes of a single
614
626
"send" to the output.
615
627
displayName: Batch Size
616
628
path: outputs[0].cloudwatch.tuning.maxWrite
617
- - description: MinRetryDuration is the minimum time to wait between attempts
618
- to retry after delivery a failure.
629
+ - description: |-
630
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
631
+
632
+
633
+ A duration string is a sequence of decimal numbers and unit suffixes,
634
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
619
635
displayName: Minimum Retry Duration
620
636
path: outputs[0].cloudwatch.tuning.minRetryDuration
621
637
- description: |-
@@ -724,16 +740,24 @@ spec:
724
740
path: outputs[0].elasticsearch.tuning.compression
725
741
- displayName: Delivery Mode
726
742
path: outputs[0].elasticsearch.tuning.deliveryMode
727
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
728
- after a delivery failure.
743
+ - description: |-
744
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
745
+
746
+
747
+ A duration string is a sequence of decimal numbers and unit suffixes,
748
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
729
749
displayName: Maximum Retry Duration
730
750
path: outputs[0].elasticsearch.tuning.maxRetryDuration
731
751
- description: MaxWrite limits the maximum payload in terms of bytes of a single
732
752
"send" to the output.
733
753
displayName: Batch Size
734
754
path: outputs[0].elasticsearch.tuning.maxWrite
735
- - description: MinRetryDuration is the minimum time to wait between attempts
736
- to retry after delivery a failure.
755
+ - description: |-
756
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
757
+
758
+
759
+ A duration string is a sequence of decimal numbers and unit suffixes,
760
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
737
761
displayName: Minimum Retry Duration
738
762
path: outputs[0].elasticsearch.tuning.minRetryDuration
739
763
- description: |-
@@ -815,16 +839,24 @@ spec:
815
839
path: outputs[0].googleCloudLogging.tuning
816
840
- displayName: Delivery Mode
817
841
path: outputs[0].googleCloudLogging.tuning.deliveryMode
818
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
819
- after a delivery failure.
842
+ - description: |-
843
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
844
+
845
+
846
+ A duration string is a sequence of decimal numbers and unit suffixes,
847
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
820
848
displayName: Maximum Retry Duration
821
849
path: outputs[0].googleCloudLogging.tuning.maxRetryDuration
822
850
- description: MaxWrite limits the maximum payload in terms of bytes of a single
823
851
"send" to the output.
824
852
displayName: Batch Size
825
853
path: outputs[0].googleCloudLogging.tuning.maxWrite
826
- - description: MinRetryDuration is the minimum time to wait between attempts
827
- to retry after delivery a failure.
854
+ - description: |-
855
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
856
+
857
+
858
+ A duration string is a sequence of decimal numbers and unit suffixes,
859
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
828
860
displayName: Minimum Retry Duration
829
861
path: outputs[0].googleCloudLogging.tuning.minRetryDuration
830
862
- description: HTTP configures forwarding log events to an HTTP server
@@ -904,16 +936,24 @@ spec:
904
936
path: outputs[0].http.tuning.compression
905
937
- displayName: Delivery Mode
906
938
path: outputs[0].http.tuning.deliveryMode
907
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
908
- after a delivery failure.
939
+ - description: |-
940
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
941
+
942
+
943
+ A duration string is a sequence of decimal numbers and unit suffixes,
944
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
909
945
displayName: Maximum Retry Duration
910
946
path: outputs[0].http.tuning.maxRetryDuration
911
947
- description: MaxWrite limits the maximum payload in terms of bytes of a single
912
948
"send" to the output.
913
949
displayName: Batch Size
914
950
path: outputs[0].http.tuning.maxWrite
915
- - description: MinRetryDuration is the minimum time to wait between attempts
916
- to retry after delivery a failure.
951
+ - description: |-
952
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
953
+
954
+
955
+ A duration string is a sequence of decimal numbers and unit suffixes,
956
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
917
957
displayName: Minimum Retry Duration
918
958
path: outputs[0].http.tuning.minRetryDuration
919
959
- description: |-
@@ -1166,16 +1206,24 @@ spec:
1166
1206
path: outputs[0].loki.tuning.compression
1167
1207
- displayName: Delivery Mode
1168
1208
path: outputs[0].loki.tuning.deliveryMode
1169
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
1170
- after a delivery failure.
1209
+ - description: |-
1210
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
1211
+
1212
+
1213
+ A duration string is a sequence of decimal numbers and unit suffixes,
1214
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
1171
1215
displayName: Maximum Retry Duration
1172
1216
path: outputs[0].loki.tuning.maxRetryDuration
1173
1217
- description: MaxWrite limits the maximum payload in terms of bytes of a single
1174
1218
"send" to the output.
1175
1219
displayName: Batch Size
1176
1220
path: outputs[0].loki.tuning.maxWrite
1177
- - description: MinRetryDuration is the minimum time to wait between attempts
1178
- to retry after delivery a failure.
1221
+ - description: |-
1222
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
1223
+
1224
+
1225
+ A duration string is a sequence of decimal numbers and unit suffixes,
1226
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
1179
1227
displayName: Minimum Retry Duration
1180
1228
path: outputs[0].loki.tuning.minRetryDuration
1181
1229
- description: |-
@@ -1360,16 +1408,24 @@ spec:
1360
1408
path: outputs[0].lokiStack.tuning.compression
1361
1409
- displayName: Delivery Mode
1362
1410
path: outputs[0].lokiStack.tuning.deliveryMode
1363
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
1364
- after a delivery failure.
1411
+ - description: |-
1412
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
1413
+
1414
+
1415
+ A duration string is a sequence of decimal numbers and unit suffixes,
1416
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
1365
1417
displayName: Maximum Retry Duration
1366
1418
path: outputs[0].lokiStack.tuning.maxRetryDuration
1367
1419
- description: MaxWrite limits the maximum payload in terms of bytes of a single
1368
1420
"send" to the output.
1369
1421
displayName: Batch Size
1370
1422
path: outputs[0].lokiStack.tuning.maxWrite
1371
- - description: MinRetryDuration is the minimum time to wait between attempts
1372
- to retry after delivery a failure.
1423
+ - description: |-
1424
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
1425
+
1426
+
1427
+ A duration string is a sequence of decimal numbers and unit suffixes,
1428
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
1373
1429
displayName: Minimum Retry Duration
1374
1430
path: outputs[0].lokiStack.tuning.minRetryDuration
1375
1431
- description: Name used to refer to the output from a `pipeline`.
@@ -1444,16 +1500,24 @@ spec:
1444
1500
- urn:alm:descriptor:com.tectonic.ui:text
1445
1501
- displayName: Delivery Mode
1446
1502
path: outputs[0].otlp.tuning.deliveryMode
1447
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
1448
- after a delivery failure.
1503
+ - description: |-
1504
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
1505
+
1506
+
1507
+ A duration string is a sequence of decimal numbers and unit suffixes,
1508
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
1449
1509
displayName: Maximum Retry Duration
1450
1510
path: outputs[0].otlp.tuning.maxRetryDuration
1451
1511
- description: MaxWrite limits the maximum payload in terms of bytes of a single
1452
1512
"send" to the output.
1453
1513
displayName: Batch Size
1454
1514
path: outputs[0].otlp.tuning.maxWrite
1455
- - description: MinRetryDuration is the minimum time to wait between attempts
1456
- to retry after delivery a failure.
1515
+ - description: |-
1516
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
1517
+
1518
+
1519
+ A duration string is a sequence of decimal numbers and unit suffixes,
1520
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
1457
1521
displayName: Minimum Retry Duration
1458
1522
path: outputs[0].otlp.tuning.minRetryDuration
1459
1523
- description: |-
@@ -1541,16 +1605,24 @@ spec:
1541
1605
path: outputs[0].splunk.tuning.compression
1542
1606
- displayName: Delivery Mode
1543
1607
path: outputs[0].splunk.tuning.deliveryMode
1544
- - description: MaxRetryDuration is the maximum time to wait between retry attempts
1545
- after a delivery failure.
1608
+ - description: |-
1609
+ MaxRetryDuration is the maximum time to wait between retry attempts after a delivery failure.
1610
+
1611
+
1612
+ A duration string is a sequence of decimal numbers and unit suffixes,
1613
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
1546
1614
displayName: Maximum Retry Duration
1547
1615
path: outputs[0].splunk.tuning.maxRetryDuration
1548
1616
- description: MaxWrite limits the maximum payload in terms of bytes of a single
1549
1617
"send" to the output.
1550
1618
displayName: Batch Size
1551
1619
path: outputs[0].splunk.tuning.maxWrite
1552
- - description: MinRetryDuration is the minimum time to wait between attempts
1553
- to retry after delivery a failure.
1620
+ - description: |-
1621
+ MinRetryDuration is the minimum time to wait between attempts to retry after delivery a failure.
1622
+
1623
+
1624
+ A duration string is a sequence of decimal numbers and unit suffixes,
1625
+ such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
1554
1626
displayName: Minimum Retry Duration
1555
1627
path: outputs[0].splunk.tuning.minRetryDuration
1556
1628
- description: |-
0 commit comments