Hello everybody,
I have a version of ISAM (9.0.5) on Docker and in the WebSEAL configuration file I had the following statistics enabled:
[aznapi-configuration]
logcfg = stats.pdweb.jct.1:file path=jct.log,rollover_size=320000000,max_rollover_files=20,flush=20
logcfg = stats.pdweb.jct.1:rsyslog error_retry=2,server=QQ.XXX.YYY.ZZ,port=514,ssl_keyfile=syslog-ng_keys.kdb,ssl_stashfile=syslog-ng_keys.sth,ssl_label=RSYSLOG,log_id=Prod_pdweb_jct
stats = pdweb.jct.1 50
I modified:
stats = pdweb.jct.1 50
in
stats = pdweb.jct.1 60
and I ran the command:
kubectl exec -it NomePOD -n namespaceXX -- isam_cli -c reload all
for:
Config container
Runtime container
WebSEAL1 container
WebSEAL2 container
but the statistics are no longer sent to the remote server QQ.XXX.YYY.ZZ
Do I have to delete some PODs to make them take the change or do I have to do something else?
Did I miss any steps?
Thanks in advance,
------------------------------
Claudio Laganà
------------------------------