This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 3d629afbfcde593fb94330f887c931899d1213c1 Author: Daniel Gruno <[email protected]> AuthorDate: Mon Mar 29 10:23:01 2021 +0200 add list id, this can help with searching audit logs --- tools/mappings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mappings.yaml b/tools/mappings.yaml index 1adebd0..4d9eb1d 100644 --- a/tools/mappings.yaml +++ b/tools/mappings.yaml @@ -150,5 +150,7 @@ auditlog: type: keyword target: type: keyword + lid: + type: keyword log: type: text
