It looks similar to a yml syntax issue ?
Could you double check the indentation of the wipe parameter
filters:
- name: passwdfilter
wipe: passwd
/JC
> Le 16 nov. 2018 à 11:36, Emanuele Rocca <ema@wikimedia.org> a écrit :
>
> Hi,
>
> the current logging.yaml documentation [1] is fairly outdated, and
> mostly still describes the old Lua file format. While working on fixing
> that [2] I've noticed that wipe filters do not seem to work with ATS
> 8.0.0, at least they don't work as currently advertised on the docs:
>
> filters:
> - name: passwdfilter
> wipe: passwd
>
> This fails with the error "wipe is not a valid attribute".
>
> Is anyone using Wiping Filters at all with ATS 8? How about ATS 7? If
> so, how does your config look like? If not, should the feature be
> removed altogether?
>
> Cheers,
> ema
>
> [1] https://docs.trafficserver.apache.org/en/8.0.x/admin-guide/files/logging.yaml.en.html
> [2] https://github.com/apache/trafficserver/pull/4601/
|