mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
14.35.2011 4b3d1e700d308cec046fe4ffb59341d013464775
OPENDJ-308: Implement access log filtering and configurable message format

Document changes for r7379
1 files modified
13 ■■■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml 13 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
@@ -346,6 +346,9 @@
     search was indexed)</para>
    </listitem>
    <listitem>
     <para>Target DN</para>
    </listitem>
    <listitem>
     <para>Type of operation (connect, bind, add, delete, modify, rename,
     search, etc.)</para>
    </listitem>
@@ -400,6 +403,16 @@
    <para>At this point, OpenDJ filters out connections over LDAPS to port
    4444.</para>
   </example>
   <para>In addition to the filtering policy, you can also adjust how OpenDJ
   writes log messages. By default, OpenDJ writes one log message for a
   request, and another for a response. You can set the log publisher
   property <literal>log-format</literal> to <literal>combined</literal>
   to have OpenDJ write a single message per operation. This can be helpful,
   for example, when evaluating response times. In addition, you can change
   the log message time stamps with <literal>log-record-time-format</literal>,
   and specify whether to log LDAP control OIDs for operations by setting
   <literal>log-control-oids</literal> to <literal>true</literal>.</para>
  </section>
 </section>