Re: CUSTOM events in Audit

2023-11-21 Thread Lorenzo Di Cola
Hi Lionel, please take care about where you're storing audit events, take care if you're using PostgreSQL, Elasticsearch or other data-storage. If you're using Elasticsearch you need to specify the right bean definition in order to write and read audit events. Of course I'm assuming you're on

CUSTOM events in Audit

2023-11-21 Thread Lionel SCHWARZ
Hi all, I my custom code (in a flowable task) I trigger an event (notificationManager.createTasks()) declared as "[CUSTOM]:[]:[]:[rejectCreateAttach]:[SUCCESS]" and defined a mail notification on it. The notification works fine. As I want to audit this event I have enabled this event in the