Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-2613

change audit options for 2.5.5, include tutorial steps

    XMLWordPrintableJSON

Details

    Description

      --auditDestination will activate the auditing system. It will indicate where the auditing output goes and how it is formatted. The options are:
      syslog Output goes to syslog, JSON text format. Not available on Windows.
      console Output goes to stdout, JSON text format
      file Output goes to the path specified, JSON text format or BSON binary format
      --auditFormat JSON|BSON will specify the the format for the audit log; required parameter when auditDestination is file.
      --auditPath Filespec of the audit log file; required parameter when auditDestination is file.
      --auditFilter

      { JSON }

      A filter for determining which events get logged; no filter means log everything. This parameter is optional.

      Attachments

        Activity

          People

            kay.kim@mongodb.com Kay Kim (Inactive)
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              10 years, 2 weeks, 5 days ago