I'm running a process to get the metrics from LDAP Server that authenticates in turn triggers the BIND Operation.
Each time, I try to get metrics, I see below logs:
610aa641 conn=1136 op=0 BIND dn="cn=monitoruser,dc=la,dc=myapplication,dc=myorg" mech=EXTERNAL sasl_ssf=0 ssf=256 610aa641 conn=1136 op=0 RESULT tag=97 err=0 text= 610aa641 conn=1136 op=1 SRCH base="cn=Operations,cn=Monitor" scope=3 deref=0 filter="(objectClass=*)" 610aa641 conn=1136 op=1 SRCH attr=* + 610aa641 conn=1136 op=1 SEARCH RESULT tag=101 err=0 nentries=10 text= 610aa641 conn=1136 op=2 UNBIND 610aa641 conn=1136 fd=17 closed 610aa647 conn=1140 fd=17 ACCEPT from IP=10.1.143.195:56840 (IP=0.0.0.0:1636) TLS: can't accept: error:1408F09C:SSL routines:ssl3_get_record:http request. 610aa647 conn=1140 fd=17 closed (TLS negotiation failure) 610aa650 conn=1146 fd=17 ACCEPT from IP=10.1.16.57:44886 (IP=0.0.0.0:1636) 610aa650 conn=1146 fd=17 TLS established tls_ssf=256 ssf=256 610aa650 conn=1146 op=0 BIND dn="" method=163 610aa650 conn=1146 op=0 BIND authcid="cn=monitoruser" authzid="cn=monitoruser" 610aa650 conn=1146 op=0 BIND dn="cn=monitoruser,dc=la,dc=myapplication,dc=myorg" mech=EXTERNAL sasl_ssf=0 ssf=256 610aa650 conn=1146 op=0 RESULT tag=97 err=0 text= 610aa650 conn=1146 op=1 EXT oid=1.3.6.1.4.1.4203.1.11.3 610aa650 conn=1146 op=1 WHOAMI 610aa650 conn=1146 op=1 RESULT oid= err=0 text= 610aa650 conn=1146 op=2 UNBIND 610aa650 conn=1146 fd=17 closed 610aa650 conn=1147 fd=17 ACCEPT from IP=10.1.61.55:44890 (IP=0.0.0.0:1636) 610aa650 conn=1147 fd=17 TLS established tls_ssf=256 ssf=256 610aa650 conn=1147 op=0 BIND dn="" method=163 610aa650 conn=1147 op=0 BIND authcid="cn=monitoruser" authzid="cn=monitoruser"
Is there a way to silence these logs for the monitoruser or just enable them when debugging the system?
Would appreciate any ideas/workarounds on this subject.
Thanks! Teja