# # Remore ISO time-stamps by symbolic value s/[0-9][0-9][0-9][0-9]-[01][0-9]-[0-3][0-9]T[0-5][0-9]:[0-5][0-9]:[0-5][0-9][.0-9]*//g # # Replace absolute directory path by symbolic name. s|/.*components/|/|g # # Replace ACS_INSTANCE number in paths s|/ACS_INSTANCE\.[0-9]/|/ACS_INSTANCE.N/|g # Replace ACS_INSTANCE enumerated value by symbolic value. # (Note that also some port numbers depend on the value assigned to ACS_INSTANCE) s/started ACS_INSTANCE [0-9]/started ACS_INSTANCE /g s|\:[0-9][0-9]*/Manager|:/Manager|g # # Replace source code line numbers and PIDs by symbolic values s/line [0-9]*:[ 0-9]*Terminated/line : Terminated/g s/bringing down logging client with ID [0-9][0-9]*/bringing down logging client with ID /g s/maciContainerLogLevel_[0-9][0-9]*/maciContainerLogLevel_/g # # Replace IP-addresses by symbolic values ##s/[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}//g s/[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*//g # Replace timing info by symbolic values ##s|logs in [0-9]{1,}s => [0-9]{1,} logs/s => within |logs in s => logs/s => within |g s|logs in [.0-9]*s = [0-9]* logs/s => within |logs in s => logs/s => within |g s/expected range (min [0-9][0-9]*, max [0-9][0-9]*)/expected range (min , max )/g s/Needed [.0-9]*s to send all logs/Needed s to send all logs/g s/ [.0-9]*s after first [0-9][0-9]* logs came to / s after first logs came to /g s/Last log digested within [.0-9]*s/Last log digested within s/g