logfeeder.properties 1.4 KB

123456789101112131415161718192021222324252627282930
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. logfeeder.checkpoint.folder=/root/checkpoints
  16. logfeeder.metrics.collector.hosts=
  17. logfeeder.config.files=shipper-conf/global.config.json,\
  18. shipper-conf/output.config.json,\
  19. shipper-conf/input.config-zookeeper.json,\
  20. shipper-conf/input.config-logsearch.json,\
  21. shipper-conf/input.config-hst.json,\
  22. shipper-conf/input.config-system_message.json,\
  23. shipper-conf/input.config-secure_log.json,\
  24. shipper-conf/input.config-hdfs.json,\
  25. shipper-conf/input.config-ambari.json
  26. logfeeder.log.filter.enable=true
  27. logfeeder.solr.config.interval=5
  28. logfeeder.solr.core.config.name=history
  29. logfeeder.solr.zk_connect_string=localhost:9983