logsearch.properties 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. logsearch.solr.zk_connect_string=localhost:9983
  16. # Service Logs
  17. logsearch.solr.collection.service.logs=hadoop_logs
  18. logsearch.service.logs.split.interval.mins=15
  19. logsearch.collection.service.logs.numshards=3
  20. logsearch.collection.service.logs.replication.factor=2
  21. # Audit logs
  22. logsearch.solr.audit.logs.zk_connect_string=localhost:9983
  23. logsearch.solr.collection.audit.logs=audit_logs
  24. logsearch.solr.audit.logs.url=
  25. logsearch.audit.logs.split.interval.mins=15
  26. logsearch.collection.audit.logs.numshards=3
  27. logsearch.collection.audit.logs.replication.factor=2
  28. # History logs
  29. logsearch.solr.collection.history=history
  30. logsearch.solr.history.config.name=history
  31. logsearch.collection.history.replication.factor=1
  32. # Metrics
  33. logsearch.solr.metrics.collector.hosts=
  34. logsearch.solr.jmx.port=18886
  35. # Logfeeder Settings
  36. logsearch.logfeeder.include.default.level=FATAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
  37. # logsearch-admin.json
  38. logsearch.auth.file.enable=true
  39. logsearch.login.credentials.file=user_pass.json
  40. logsearch.auth.ldap.enable=false
  41. logsearch.auth.simple.enable=false
  42. logsearch.auth.external_auth.enable=false
  43. logsearch.protocol=http