By default, the PROCTITLE field in auditd events is encoded in HEX format.To decode the PROCTITLE field using Logstash, a Ruby script can be added to the pipeline configuration.The Ruby script splits the HEX string and converts it into an ASCII equivalent.The decoded commandline field is then set in the event for further processing or output.