
.secor.0.29.source-code.secor.dev.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of secor Show documentation
Show all versions of secor Show documentation
Kafka to s3/gs/swift logs exporter
The newest version!
include=secor.common.properties
############
# MUST SET #
############
# Fill the section which fits your needs
###############
# Using S3 #
###############
# Name of the s3 bucket where log files are stored.
secor.s3.bucket=
###############
# Using Swift #
###############
# Boolean variable which determines if each topic will be uploaded to different container
# The Containers for the topics will be Created automatically
# If true, then the setting "secor.swift.container" will be ignored
secor.swift.containers.for.each.topic=false
# Name of swift container where log files are stored.
secor.swift.container=logsContainer
################
# END MUST SET #
################
kafka.seed.broker.host=localhost
kafka.seed.broker.port=9092
zookeeper.quorum=localhost:2181
# Upload policies.
# 10K
secor.max.file.size.bytes=10000
# 10 seconds
secor.max.file.age.seconds=10
© 2015 - 2025 Weber Informatics LLC | Privacy Policy