blob: 22a01b96d2c8df93e57d413ebd7ee0506fc54fcf [file] [log] [blame]
# 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.
cluster.name=CL1
logfeeder.checkpoint.folder=/root/checkpoints
logfeeder.metrics.collector.hosts=
logfeeder.config.dir=/root/config/logfeeder/shipper-conf/
logfeeder.config.files=shipper-conf/global.config.json,\
shipper-conf/output.config.json
logfeeder.log.filter.enable=true
logfeeder.solr.config.interval=5
logfeeder.solr.zk_connect_string=localhost:9983
logfeeder.cache.enabled=true
logfeeder.cache.size=100
logfeeder.cache.key.field=log_message
logfeeder.cache.dedup.interval=1000
logfeeder.cache.last.dedup.enabled=true
logsearch.config.zk_connect_string=localhost:9983
logfeeder.include.default.level=FATAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
logfeeder.docker.registry.enabled=true
logfeeder.solr.metadata.collection=logsearch_metadata
#logfeeder.solr.urls=http://solr:8983/solr
#logfeeder.configs.local.enabled=true
#logfeeder.configs.filter.solr.enabled=true
#logfeeder.configs.filter.zk.enabled=true
logfeeder.cloud.storage.mode=default
logfeeder.cloud.storage.destination=s3
logfeeder.cloud.rollover.threshold.min=1000
logfeeder.cloud.rollover.threshold.size=1
logfeeder.s3.endpoint=http://fakes3:4569
logfeeder.s3.secret.key=MySecretKey
logfeeder.s3.access.key=MyAccessKey
logfeeder.s3.bucket=logfeeder
logfeeder.s3.object.acl=public-read
logfeeder.s3.path.style.access=true
logfeeder.s3.multiobject.delete.enable=false