1. 19 Oct, 2018 38 commits
  2. 18 Oct, 2018 2 commits
    • Stan Hu's avatar
      Merge branch 'sh-add-audit-logging-json-ce' into 'master' · c094bdb8
      Stan Hu authored
      Add support for JSON logging for audit events
      
      See merge request gitlab-org/gitlab-ce!22471
      c094bdb8
    • Stan Hu's avatar
      Add support for JSON logging for audit events · 143d0e26
      Stan Hu authored
      This will add audit_json.log that writes one line per audit event. For
      example:
      
      {
             "severity":"INFO",
             "time":"2018-10-17T17:38:22.523Z",
             "author_id":3,
             "entity_id":2,
             "entity_type":"Project",
             "change":"visibility",
             "from":"Private",
             "to":"Public",
             "author_name":"John Doe4",
             "target_id":2,
             "target_type":"Project",
             "target_details":"namespace2/project2"
      }
      143d0e26