Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for envoy_accesslog_service (0.29 sec)

  1. pkg/bootstrap/testdata/stats_compression_gzip_golden.json

                    }
                  }
                }]
              }]
            }
          }
          
          
          ,
          {
            "name": "envoy_accesslog_service",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/all_golden.json

                    }
                  }
                }]
              }]
            }
          }
          
          
          ,
          {
            "name": "envoy_accesslog_service",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/deferred_cluster_creation_golden.json

                    }
                  }
                }]
              }]
            }
          }
          
          
          ,
          {
            "name": "envoy_accesslog_service",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/stats_compression_unknown_golden.json

                    }
                  }
                }]
              }]
            }
          }
          
          
          ,
          {
            "name": "envoy_accesslog_service",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

                    }
                  }
                }]
              }]
            }
          }
          
          
          ,
          {
            "name": "envoy_accesslog_service",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

                    }
                  }
                }]
              }]
            }
          }
          
          
          ,
          {
            "name": "envoy_accesslog_service",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  7. tools/packaging/common/envoy_bootstrap.json

                    }
                  }
                }]
              }]
            }
          }
          {{ end }}
          {{ if .envoy_accesslog_service_address }}
          ,
          {
            "name": "envoy_accesslog_service",
            "type": "STRICT_DNS",
          {{- if .envoy_accesslog_service_tls }}
            "transport_socket": {{ .envoy_accesslog_service_tls }},
          {{- end }}
          {{- if .envoy_accesslog_service_tcp_keepalive }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  8. pkg/bootstrap/option/instances.go

    	return newOptionOrSkipIfZero("envoy_accesslog_service_tls", value).
    		withConvert(transportSocketConverter(value, "envoy_accesslog_service", metadata, true))
    }
    
    func EnvoyAccessLogServiceTCPKeepalive(value *networkingAPI.ConnectionPoolSettings_TCPSettings_TcpKeepalive) Instance {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/accesslog.go

    	// EnvoyAccessLogCluster is the cluster name that has details for server implementing Envoy ALS.
    	// This cluster is created in bootstrap.
    	EnvoyAccessLogCluster = "envoy_accesslog_service"
    )
    
    var (
    	// State logged by the metadata exchange filter about the upstream and downstream service instances
    	// We need to propagate these as part of access log service stream
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. pkg/bootstrap/option/instances_test.go

    		},
    		{
    			testName: "envoy access log keepalive nil",
    			key:      "envoy_accesslog_service_tcp_keepalive",
    			option:   option.EnvoyAccessLogServiceTCPKeepalive(nil),
    			expected: nil,
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
Back to top