All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.auditor-app.1.2.1.source-code.application.yml Maven / Gradle / Ivy

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