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

.secor.0.29.source-code.secor.dev.properties Maven / Gradle / Ivy

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