Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-17507

MongoDB3 enterprise AuditLog

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.1, 3.1.0
    • Affects Version/s: 3.0.0
    • Component/s: Security
    • Fully Compatible
    • ALL
    • Hide

      1. In your mongoDB config yaml set up audit logging like so
      security:
      authorization: enabled
      auditLog:
      destination: file
      format: JSON
      path: "C:/data/db/auditLog.json"
      filter: '

      { atype: "authenticate"}

      '

      2.) db.auth('','') with incorrect credentials and see that the failure is not logged in the AuditLog like it was before

      Show
      1. In your mongoDB config yaml set up audit logging like so security: authorization: enabled auditLog: destination: file format: JSON path: "C:/data/db/auditLog.json" filter: ' { atype: "authenticate"} ' 2.) db.auth('','') with incorrect credentials and see that the failure is not logged in the AuditLog like it was before
    • Security 1 04/03/15

      The AuditLog is not logging authentication failures in 3.0 enterprise and only logging the successes. This was working fine in version 2.6 enterprise.

            Assignee:
            amalia.hawkins@10gen.com Amalia Hawkins
            Reporter:
            coryales1@gmail.com Cory Morales
            Votes:
            0 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: