mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -267,9 +267,9 @@ FLAGS
|
|||
--[no-]enable-logging
|
||||
The logging options for the load balancer traffic served by this
|
||||
backend service. If logging is enabled, logs will be exported to Cloud
|
||||
Logging. This can only be specified if the protocol is HTTP, HTTPS,
|
||||
HTTP2, TCP, SSL, UDP, or UNSPECIFIED. Disabled by default. Use
|
||||
--enable-logging to enable and --no-enable-logging to disable.
|
||||
Logging. Disabled by default. This field cannot be specified for SSL
|
||||
Proxy and TCP Proxy Load Balancing. Use --enable-logging to enable and
|
||||
--no-enable-logging to disable.
|
||||
|
||||
--[no-]enable-strong-affinity
|
||||
Enable or disable strong session affinity. This is only available for
|
||||
|
|
@ -341,29 +341,27 @@ FLAGS
|
|||
|
||||
--logging-optional=LOGGING_OPTIONAL
|
||||
This field can only be specified if logging is enabled for the backend
|
||||
service. Configures whether all, none or a subset of optional fields
|
||||
should be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL,
|
||||
EXCLUDE_ALL_OPTIONAL, CUSTOM]. This can only be specified if the
|
||||
protocol is HTTP, HTTPS, HTTP2, TCP, SSL, UDP, or UNSPECIFIED. Default
|
||||
is EXCLUDE_ALL_OPTIONAL. LOGGING_OPTIONAL must be one of:
|
||||
service. Configures whether all, none, or a subset of optional fields
|
||||
should be added to the reported logs. Default is EXCLUDE_ALL_OPTIONAL.
|
||||
This field can only be specified for Internal TCP/UDP Load Balancing
|
||||
and External Network Load Balancing. LOGGING_OPTIONAL must be one of:
|
||||
EXCLUDE_ALL_OPTIONAL, INCLUDE_ALL_OPTIONAL, CUSTOM.
|
||||
|
||||
--logging-optional-fields=[LOGGING_OPTIONAL_FIELDS,...]
|
||||
This field can only be specified if logging is enabled for the backend
|
||||
service and "logConfig.optionalMode" was set to CUSTOM. Contains a
|
||||
service and "--logging-optional" was set to CUSTOM. Contains a
|
||||
comma-separated list of optional fields you want to include in the
|
||||
logs. For example: serverInstance, serverGkeDetails.cluster,
|
||||
serverGkeDetails.pod.podNamespace. This can only be specified if the
|
||||
protocol is HTTP, HTTPS, HTTP2, TCP, SSL, UDP, or UNSPECIFIED.
|
||||
serverGkeDetails.pod.podNamespace. This can only be specified for
|
||||
Internal TCP/UDP Load Balancing and External Network Load Balancing.
|
||||
|
||||
--logging-sample-rate=LOGGING_SAMPLE_RATE
|
||||
This field can only be specified if logging is enabled for the backend
|
||||
service. The value of the field must be a float in the range [0, 1].
|
||||
This configures the sampling rate of requests to the load balancer
|
||||
where 1.0 means all logged requests are reported and 0.0 means no
|
||||
logged requests are reported. This can only be specified if the
|
||||
protocol is HTTP, HTTPS, HTTP2, TCP, SSL, UDP, or UNSPECIFIED. The
|
||||
default value is 0.0.
|
||||
logged requests are reported. The default value is 1.0 when logging is
|
||||
enabled and 0.0 otherwise.
|
||||
|
||||
--max-ttl=MAX_TTL
|
||||
Specifies the maximum allowed TTL for cached content served by this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue