You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/dist/service_types.yml
+78-30Lines changed: 78 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -440,7 +440,7 @@ alloydbomni:
440
440
- value: "15"
441
441
pgaudit:
442
442
title: PGAudit settings
443
-
description: System-wide settings for the pgaudit extension
443
+
description: System-wide settings for the pgaudit extension.
444
444
type: object
445
445
properties:
446
446
feature_enabled:
@@ -449,7 +449,8 @@ alloydbomni:
449
449
type: boolean
450
450
default: false
451
451
log:
452
-
title: Specifies which classes of statements will be logged by session audit logging.
452
+
title: Log
453
+
description: Specifies which classes of statements will be logged by session audit logging.
453
454
type: array
454
455
items:
455
456
type: string
@@ -463,15 +464,20 @@ alloydbomni:
463
464
- value: role
464
465
- value: write
465
466
log_catalog:
466
-
title: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog.
467
+
title: Log Catalog
468
+
description: |-
469
+
Specifies that session logging should be enabled in the case where all relations
470
+
in a statement are in pg_catalog.
467
471
type: boolean
468
472
default: true
469
473
log_client:
470
-
title: Specifies whether log messages will be visible to a client process such as psql.
474
+
title: Log Client
475
+
description: Specifies whether log messages will be visible to a client process such as psql.
471
476
type: boolean
472
477
default: false
473
478
log_level:
474
-
title: Specifies the log level that will be used for log entries.
479
+
title: Log level
480
+
description: Specifies the log level that will be used for log entries.
475
481
type: string
476
482
default: log
477
483
enum:
@@ -485,41 +491,59 @@ alloydbomni:
485
491
- value: notice
486
492
- value: warning
487
493
log_max_string_length:
488
-
title: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
494
+
title: Log Max String Length
495
+
description: |-
496
+
Crop parameters representation and whole statements if they exceed this threshold.
497
+
A (default) value of -1 disable the truncation.
489
498
type: integer
490
499
default: "-1"
491
500
minimum: -1
492
501
maximum: 102400
493
502
log_nested_statements:
494
-
title: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
503
+
title: Log Nested Statements
504
+
description: |-
505
+
This GUC allows to turn off logging nested statements, that is, statements that are
506
+
executed as part of another ExecutorRun.
495
507
type: boolean
496
508
default: true
497
509
log_parameter:
498
-
title: Specifies that audit logging should include the parameters that were passed with the statement.
510
+
title: Log Parameter
511
+
description: Specifies that audit logging should include the parameters that were passed with the statement.
499
512
type: boolean
500
513
default: false
501
514
log_parameter_max_size:
502
-
title: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>.
515
+
title: Log Parameter Max Size
516
+
description: |-
517
+
Specifies that parameter values longer than this setting (in bytes) should not be logged,
518
+
but replaced with <long param suppressed>.
503
519
type: integer
504
520
default: "0"
505
521
log_relation:
506
-
title: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
522
+
title: Log Relation
523
+
description: |-
524
+
Specifies whether session audit logging should create a separate log entry
525
+
for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
507
526
type: boolean
508
527
default: false
509
528
log_rows:
510
-
title: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field.
529
+
title: Log Rows
511
530
type: boolean
512
531
default: false
513
532
log_statement:
514
-
title: Specifies whether logging will include the statement text and parameters (if enabled).
533
+
title: Log Statement
534
+
description: Specifies whether logging will include the statement text and parameters (if enabled).
515
535
type: boolean
516
536
default: true
517
537
log_statement_once:
518
-
title: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
538
+
title: Log Statement Once
539
+
description: |-
540
+
Specifies whether logging will include the statement text and parameters with
541
+
the first log entry for a statement/substatement combination or with every entry.
519
542
type: boolean
520
543
default: false
521
544
role:
522
-
title: Specifies the master role to use for object audit logging.
545
+
title: Role
546
+
description: Specifies the master role to use for object audit logging.
523
547
type: string
524
548
max_length: 64
525
549
pattern: ^[_A-Za-z0-9][-._A-Za-z0-9]{0,63}$
@@ -611,7 +635,7 @@ alloydbomni:
611
635
max_failover_replication_time_lag: 60
612
636
properties:
613
637
max_failover_replication_time_lag:
614
-
title: max_failover_replication_time_lag
638
+
title: Max Failover Replication Time Lag
615
639
description: Number of seconds of master unavailability before triggering database failover to standby
616
640
type: integer
617
641
default: "60"
@@ -6403,7 +6427,7 @@ pg:
6403
6427
- value: "17"
6404
6428
pgaudit:
6405
6429
title: PGAudit settings
6406
-
description: System-wide settings for the pgaudit extension
6430
+
description: System-wide settings for the pgaudit extension.
6407
6431
type: object
6408
6432
properties:
6409
6433
feature_enabled:
@@ -6412,7 +6436,8 @@ pg:
6412
6436
type: boolean
6413
6437
default: false
6414
6438
log:
6415
-
title: Specifies which classes of statements will be logged by session audit logging.
6439
+
title: Log
6440
+
description: Specifies which classes of statements will be logged by session audit logging.
6416
6441
type: array
6417
6442
items:
6418
6443
type: string
@@ -6426,15 +6451,20 @@ pg:
6426
6451
- value: role
6427
6452
- value: write
6428
6453
log_catalog:
6429
-
title: Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog.
6454
+
title: Log Catalog
6455
+
description: |-
6456
+
Specifies that session logging should be enabled in the case where all relations
6457
+
in a statement are in pg_catalog.
6430
6458
type: boolean
6431
6459
default: true
6432
6460
log_client:
6433
-
title: Specifies whether log messages will be visible to a client process such as psql.
6461
+
title: Log Client
6462
+
description: Specifies whether log messages will be visible to a client process such as psql.
6434
6463
type: boolean
6435
6464
default: false
6436
6465
log_level:
6437
-
title: Specifies the log level that will be used for log entries.
6466
+
title: Log level
6467
+
description: Specifies the log level that will be used for log entries.
6438
6468
type: string
6439
6469
default: log
6440
6470
enum:
@@ -6448,41 +6478,59 @@ pg:
6448
6478
- value: notice
6449
6479
- value: warning
6450
6480
log_max_string_length:
6451
-
title: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
6481
+
title: Log Max String Length
6482
+
description: |-
6483
+
Crop parameters representation and whole statements if they exceed this threshold.
6484
+
A (default) value of -1 disable the truncation.
6452
6485
type: integer
6453
6486
default: "-1"
6454
6487
minimum: -1
6455
6488
maximum: 102400
6456
6489
log_nested_statements:
6457
-
title: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
6490
+
title: Log Nested Statements
6491
+
description: |-
6492
+
This GUC allows to turn off logging nested statements, that is, statements that are
6493
+
executed as part of another ExecutorRun.
6458
6494
type: boolean
6459
6495
default: true
6460
6496
log_parameter:
6461
-
title: Specifies that audit logging should include the parameters that were passed with the statement.
6497
+
title: Log Parameter
6498
+
description: Specifies that audit logging should include the parameters that were passed with the statement.
6462
6499
type: boolean
6463
6500
default: false
6464
6501
log_parameter_max_size:
6465
-
title: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>.
6502
+
title: Log Parameter Max Size
6503
+
description: |-
6504
+
Specifies that parameter values longer than this setting (in bytes) should not be logged,
6505
+
but replaced with <long param suppressed>.
6466
6506
type: integer
6467
6507
default: "0"
6468
6508
log_relation:
6469
-
title: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
6509
+
title: Log Relation
6510
+
description: |-
6511
+
Specifies whether session audit logging should create a separate log entry
6512
+
for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
6470
6513
type: boolean
6471
6514
default: false
6472
6515
log_rows:
6473
-
title: Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field.
6516
+
title: Log Rows
6474
6517
type: boolean
6475
6518
default: false
6476
6519
log_statement:
6477
-
title: Specifies whether logging will include the statement text and parameters (if enabled).
6520
+
title: Log Statement
6521
+
description: Specifies whether logging will include the statement text and parameters (if enabled).
6478
6522
type: boolean
6479
6523
default: true
6480
6524
log_statement_once:
6481
-
title: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
6525
+
title: Log Statement Once
6526
+
description: |-
6527
+
Specifies whether logging will include the statement text and parameters with
6528
+
the first log entry for a statement/substatement combination or with every entry.
6482
6529
type: boolean
6483
6530
default: false
6484
6531
role:
6485
-
title: Specifies the master role to use for object audit logging.
6532
+
title: Role
6533
+
description: Specifies the master role to use for object audit logging.
6486
6534
type: string
6487
6535
max_length: 64
6488
6536
pattern: ^[_A-Za-z0-9][-._A-Za-z0-9]{0,63}$
@@ -6574,7 +6622,7 @@ pg:
6574
6622
max_failover_replication_time_lag: 60
6575
6623
properties:
6576
6624
max_failover_replication_time_lag:
6577
-
title: max_failover_replication_time_lag
6625
+
title: Max Failover Replication Time Lag
6578
6626
description: Number of seconds of master unavailability before triggering database failover to standby
0 commit comments