The logged message for FTP and telnet is renamed to message to make it easier for SIEM systems (OpenSearch / ELK / Wazuh) to ingest data directly from glutton.
Previously, this was not possible because telnet and FTP had two msg entries per logged line.
This pull request attempts to fix the logging issue described here: https://github.com/mushorg/glutton/issues/148
The logged message for FTP and telnet is renamed to
message
to make it easier for SIEM systems (OpenSearch / ELK / Wazuh) to ingest data directly from glutton.Previously, this was not possible because telnet and FTP had two
msg
entries per logged line.