adoroszlai commented on a change in pull request #42: AMBARI-24956. Log Search: cleanup audit/service log config name prefixes URL: https://github.com/apache/ambari-logsearch/pull/42#discussion_r236418405
########## File path: docker/test-config/logsearch/logsearch-sso.properties ########## @@ -16,20 +16,16 @@ logsearch.solr.zk_connect_string=localhost:9983 # Service Logs -logsearch.solr.collection.service.logs=hadoop_logs - -logsearch.service.logs.split.interval.mins=15 -logsearch.collection.service.logs.numshards=3 -logsearch.collection.service.logs.replication.factor=2 +logsearch.solr.service.logs.collection=hadoop_logs +logsearch.solr.service.logs.numshards=3 +logsearch.solr.service.logs.replication.factor=2 # Audit logs logsearch.solr.audit.logs.zk_connect_string=localhost:9983 logsearch.solr.collection.audit.logs=audit_logs Review comment: Should be changed to `logsearch.solr.audit.logs.collection`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
