You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by GitBox <gi...@apache.org> on 2018/11/26 20:43:33 UTC

[GitHub] adoroszlai commented on a change in pull request #42: AMBARI-24956. Log Search: cleanup audit/service log config name prefixes

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:
users@infra.apache.org


With regards,
Apache Git Services