Commit Graph

7 Commits

Author SHA1 Message Date
Przemyslaw Gomulka 4f4113e964
Rename security audit.log to _audit.json ()
in order to keep json logs consistent the security audit logs are renamed from .log to .json
relates 
2019-01-29 14:53:55 +01:00
Albert Zaharovits a88c050a05
Docs be explicit on how to turn off deprecated auditing ()
Just be explicit about turning off the deprecated audit log appender
because we really want people to turn it off.
2019-01-15 14:29:32 +02:00
Albert Zaharovits 6fd57d90da
Security Audit includes HTTP method for requests ()
Adds another field, named "request.method", to the structured logfile audit.
This field is present for all events associated with a REST request (not a
transport request) and the value is one of GET, POST, PUT, DELETE, OPTIONS,
HEAD, PATCH, TRACE and CONNECT.
2019-01-13 15:26:23 +02:00
Albert Zaharovits 3f1fec1813
[Docs] audit logfile structured format ()
Documents the new structured logfile format for auditing
that was introduced by . Most changes herein
are for 6.x . In 7.0 the deprecated format is gone and a
follow-up PR is in order.
2018-10-26 15:19:35 +03:00
Lisa Cawley 101d675f90
[DOCS] Replace CONFIG_DIR with ES_PATH_CONF () 2018-06-28 08:27:04 -07:00
Lisa Cawley d0f35d204e
[DOCS] Clarifies recommendation for audit index output type () 2018-06-07 08:55:14 -07:00
lcawl 94ba78e09a [DOCS] Splits auditing.asciidoc into smaller files 2018-05-23 15:43:43 -07:00