
.secor.0.29.source-code.secor.prod.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!
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
include=secor.common.properties
############
# MUST SET #
############
# Name of one (random) Kafka broker host that is used to retrieve metadata.
kafka.seed.broker.host=
# List of Kafka Zookeeper servers with ports :.
zookeeper.quorum=
# 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
# (Created automatic) - if true the next setting 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 #
################
# Upload policies.
# Upload when the file size is 200MB
secor.max.file.size.bytes=200000000
# Upload when the file is 1 hour old
# For hourly ingestion/finalization, set this property to smaller value e.g. 300
secor.max.file.age.seconds=3600
© 2015 - 2025 Weber Informatics LLC | Privacy Policy