CAS actuator/auditLog/PT12H endpoint empty

33 views
Skip to first unread message

Frédéric Lohier

unread,
Dec 2, 2020, 8:59:27 AM12/2/20
to CAS Community
Hello,


I noticed that even without my jdbc configuration to send auditLog to a Postgres database, the actuator/auditLog/PT12H endpoint stays empty even though I am sure there are audit events in this time range and I can effectively see them in the audit_log.log file.

Could someone have an idea of what could explain the empty auditLog endpoint?

here is my config regarding audit :

cas.audit.enabled=true
cas.audit.number-of-days-in-history=30
#cas.audit.jdbc.driver-class=org.postgresql.Driver
#cas.audit.jdbc.dialect=org.hibernate.dialect.PostgreSQL95Dialect
#cas.audit.jdbc.url=jdbc:postgresql://x.x.x.x/cas
#cas.audit.jdbc.user=cas_dbo
#cas.audit.jdbc.password=dbopwd
# cas.audit.jdbc.max-age-days=180
# cas.audit.jdbc.column-length=100 

# Configuration of actuators endpoints
management.endpoints.enabled-by-default=true
management.endpoint.auditLog.enabled=true
management.endpoints.web.base-path=/actuator
management.endpoints.web.exposure.include=*
cas.monitor.endpoints.endpoint.defaults.access=PERMIT

-Frederic

Reply all
Reply to author
Forward
0 new messages