es.auditor-app.1.2.1.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of auditor-app Show documentation
Show all versions of auditor-app Show documentation
Auditing Library for JVM apps
The newest version!
---
auditor:
event:
kafkaConsumer:
bootstrapServers: "localhost:9092"
configs:
client.id: auditor-consumer-client-id
group.id: auditor-consumer-group-id
enabled: true
topic: auditTopic
elasticsearch:
clusterUrl: "localhost:9200"
management:
endpoints:
web:
base-path: /auditor/v1/actuator/
exposure:
include: info, health, metrics, prometheus
repository:
auditEventIndexPrefix: "item-"
auditLogIndexAlias: "log-item-rollover-alias"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy