mirror of https://github.com/istio/istio.io.git
Fix envoy access log telemetry API to specify envoy as provider. (#10830)
* Fix envoy access log telemetry API to specify envoy as provider. * word. * gen
This commit is contained in:
parent
7af17e1d4f
commit
ec2d933288
|
@ -35,10 +35,11 @@ metadata:
|
||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
spec:
|
spec:
|
||||||
accessLogging:
|
accessLogging:
|
||||||
- {}
|
- providers:
|
||||||
|
- name: envoy
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
The above example provides and empty object (`{}`), as we do not want to configure anything other than default settings.
|
The above example uses the default `envoy` access log provider, and we do not configure anything other than default settings.
|
||||||
|
|
||||||
Similar configuration can also be applied on an individual namespace, or to an individual workload, to control logging at a fine grained level.
|
Similar configuration can also be applied on an individual namespace, or to an individual workload, to control logging at a fine grained level.
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,8 @@ metadata:
|
||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
spec:
|
spec:
|
||||||
accessLogging:
|
accessLogging:
|
||||||
- {}
|
- providers:
|
||||||
|
- name: envoy
|
||||||
ENDSNIP
|
ENDSNIP
|
||||||
|
|
||||||
! read -r -d '' snip_using_mesh_config_1 <<\ENDSNIP
|
! read -r -d '' snip_using_mesh_config_1 <<\ENDSNIP
|
||||||
|
|
Loading…
Reference in New Issue