mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
- Consolidated the `bin` and `config` directories of watcher, shield and marvel under a single `config/xpack` and `bin/xpack` directories. - updated docs accordingly Original commit: elastic/x-pack-elasticsearch@c2aa6132fa
16 lines
306 B
YAML
16 lines
306 B
YAML
logger:
|
|
shield.audit.logfile: INFO, access_log
|
|
|
|
additivity:
|
|
shield.audit.logfile: false
|
|
|
|
appender:
|
|
|
|
access_log:
|
|
type: dailyRollingFile
|
|
file: ${path.logs}/${cluster.name}-access.log
|
|
datePattern: "'.'yyyy-MM-dd"
|
|
layout:
|
|
type: pattern
|
|
conversionPattern: "[%d{ISO8601}] %m%n"
|