Commit 4ef97a40b883ac57a42df6cb99255dfaf34d4428
1 parent
8d1f7040
Added elastic sink. audit log service
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ public class ElasticsearchAuditLogSink implements AuditLogSink { | @@ -66,7 +66,7 @@ public class ElasticsearchAuditLogSink implements AuditLogSink { | ||
66 | private int port; | 66 | private int port; |
67 | @Value("${audit_log.sink.user_name}") | 67 | @Value("${audit_log.sink.user_name}") |
68 | private String userName; | 68 | private String userName; |
69 | - @Value("${audit_log.sink.epassword}") | 69 | + @Value("${audit_log.sink.password}") |
70 | private String password; | 70 | private String password; |
71 | 71 | ||
72 | private RestClient restClient; | 72 | private RestClient restClient; |