In the envoy documentation, it is written that you can specify the path to the ejection log https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/bootstrap/v3/bootstrap.proto#envoy-v3-api-field-config-bootstrap-v3-clustermanager-outlier-detection
However, I don't understand exactly which path to specify. I just paste "event.json" there enter image description here
But when I run the docker file, I get a file access error. enter image description here
Tell me how to avoid this?
To get access, you need to specify ENVOY_UID = 0.
In my case, I used docker-compose, so I needed to specify ENVOY_UID=0 in the environment.
As for the problem of opening and viewing the file, it solved in another question at the link:Envoy statistics. How to open a file inside Envoy