blob: ccdf2d32b384430686b0e064ddb0908d1688d767 [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.
logsearch.solr.zk_connect_string=localhost:9983
logsearch.config.zk_connect_string=localhost:9983
logsearch.config.api.enabled=false
logsearch.config.api.filter.zk.enabled=true
# Service Logs
logsearch.solr.service.logs.collection=service_logs
logsearch.solr.service.logs.config.name=hadoop_logs
logsearch.solr.service.logs.numshards=2
logsearch.solr.service.logs.replication.factor=2
# Audit logs
logsearch.solr.audit.logs.zk_connect_string=localhost:9983
logsearch.solr.audit.logs.collection=audit_logs
logsearch.solr.audit.logs.url=
logsearch.solr.audit.logs.numshards=2
logsearch.solr.audit.logs.replication.factor=2
logsearch.solr.config_set.folder=/usr/lib/ambari-logsearch-portal/conf/solr_configsets
logsearch.solr.audit.logs.config_set.folder=/usr/lib/ambari-logsearch-portal/conf/solr_configsets
# Log search metadata
logsearch.solr.metadata.collection=logsearch_metadata
logsearch.solr.metadata.config.name=logsearch_metadata
logsearch.solr.metadata.replication.factor=1
# Metrics
logsearch.solr.metrics.collector.hosts=
logsearch.solr.jmx.port=18886
# Logfeeder Settings
logsearch.logfeeder.include.default.level=FATAL,ERROR,WARN,INFO
# logsearch-admin.json
logsearch.auth.file.enable=true
logsearch.login.credentials.file=user_pass.json
logsearch.auth.ldap.enable=false
logsearch.auth.simple.enable=false
logsearch.auth.external_auth.enable=false
logsearch.auth.redirect.forward=true
logsearch.protocol=http
logsearch.session.timeout=30