security: fix audit logging.yml to have the correct prefix
When migrating the package and class names from shield to xpack.security, the logging.yml file was updated incorrectly which resulted in audit entries going to the wrong file. This change specifies the correct package name so audit logs go to the correct file. Closes elastic/elasticsearch#3063 Original commit: elastic/x-pack-elasticsearch@5c07108392
This commit is contained in:
parent
bb4777b7d6
commit
88abfcfea9
|
@ -1,8 +1,8 @@
|
|||
logger:
|
||||
security.audit.logfile: INFO, access_log
|
||||
xpack.security.audit.logfile: INFO, access_log
|
||||
|
||||
additivity:
|
||||
security.audit.logfile: false
|
||||
xpack.security.audit.logfile: false
|
||||
|
||||
appender:
|
||||
|
||||
|
|
Loading…
Reference in New Issue