content/en/docs/reference/config/analysis/ist0152/index.md
This message occurs when an EnvoyFilter uses the REPLACE operation and ApplyTo is set to HTTP_FILTER or NETWORK_FILTER. This will cause the REPLACE operation to be ignored as HTTP_FILTER and NETWORK_FILTER are not valid for REPLACE.
Consider an EnvoyFilter with the patch operation of REPLACE where this EnvoyFilter will just be ignored:
{{< text yaml >}} apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: test-replace-2 namespace: bookinfo spec: workloadSelector: labels: app: reviews2 priority: 10 configPatches: # The first patch adds the Lua filter to the listener/http connection manager