2026-03-11 11:53:31 +01:00
|
|
|
spring:
|
2026-03-16 18:15:33 +01:00
|
|
|
flyway:
|
|
|
|
|
enabled: true
|
2026-03-16 19:41:05 +01:00
|
|
|
|
2026-03-16 18:15:33 +01:00
|
|
|
opensearch:
|
|
|
|
|
url: http://localhost:9200
|
2026-03-17 00:02:19 +01:00
|
|
|
debounce-ms: 100
|
2026-03-16 19:41:05 +01:00
|
|
|
|
|
|
|
|
ingestion:
|
|
|
|
|
buffer-capacity: 100
|
|
|
|
|
batch-size: 10
|
|
|
|
|
flush-interval-ms: 100
|
|
|
|
|
|
|
|
|
|
agent-registry:
|
|
|
|
|
ping-interval-ms: 1000
|
|
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
bootstrap-token: test-bootstrap-token
|
|
|
|
|
bootstrap-token-previous: old-bootstrap-token
|