How can I group multiple metrics into a single one like any regular expression?
E.g :-
Application Infrastructure Performance|MCAG|Custom Metrics|WebServer|Apache|Status|gtcrd-sawla01p.nam.nsroot.net_2300|Availability|up
Application Infrastructure Performance|MCAG|Custom Metrics|WebServer|Apache|Status|gtcrd-sawla01p.nam.nsroot.net_2350|Availability|up
Application Infrastructure Performance|MCAG|Custom Metrics|WebServer|Apache|Status|gtcrd-sawla01p.nam.nsroot.net_2500|Availability|up
I have to group all 3 in a single one. What regex should/could I use?
Can anyone share any examples?
Thanks