You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/01/19 01:43:06 UTC

[GitHub] [incubator-inlong] dockerzhang commented on a change in pull request #2178: [INLONG-2050] Audit Store for Elasticsearch

dockerzhang commented on a change in pull request #2178:
URL: https://github.com/apache/incubator-inlong/pull/2178#discussion_r787284203



##########
File path: inlong-audit/audit-store/conf/application.properties
##########
@@ -48,7 +48,27 @@ mybatis.type-aliases-package=org.apache.inlong.store.entities
 # audit config
 audit.config.file.check.enable=false
 audit.config.manager.server.url=http://127.0.0.1:8000
+# store.server: elasticsearch / mysql
+audit.config.store.server=elasticsearch
 
 # pulsar config
 audit.pulsar.server.url=pulsar://127.0.0.1:6650
-audit.pulsar.topic=persistent://public/default/audit
\ No newline at end of file
+audit.pulsar.topic=persistent://public/default/audit
+audit.pulsar.consumer.sub.name=test

Review comment:
       it's better to use the name with the 'audit' keyword.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org