Hi,
i have endpoints which are extracted from the log message and some end points are with numbers at the end.
can we replace those last digits with *
here is the extracted field and values
uri = private/credentials/products/CCSID/1001111335764
uri=private/credentials/products/CCSID/1001111336914
can we display like below
uri = private/credentials/products/CCSID/*
uri=private/credentials/products/CCSID/*
↧