Re: Logging the total number of fragments that make up a message

2024-10-09 Thread Alexander Malysh
Hi, you can use custom access log format and log parts amount. After that just parse the log line and put into Elastic. Regards, Alexander Malysh Am 24. Sept. 2024, 11:38 +0200 schrieb Денис Давыдов : > Hi all, > > Along with the message, it is necessary to register in the access_log the > tota

Re: Logging the total number of fragments that make up a message

2024-10-09 Thread Денис Давыдов
Hi Alexander! How exactly can this be done? It's not very clear to me. As far as I understand, the MO concatenated messages are logged as one long message only after receiving all parts and stitching them together, there's no flag in the access-log-format that shows the total number of parts. Mayb