cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User Tagging issue with languages

michael_thiry
Participant

Hi ,

I tagged users but i have a issue with the cleaning rules :

The css selector contains :

testuserUse SHIFT+ENTER to open the menu (new window).

or

testuserAppuyez sur Maj\+Entrée pour ouvrir le menu \(nouvelle fenêtre\)

i want to see only "testuser", but only one cleaning rule is possible to set in Dynatrace :

If i configure this one :

([a-zA-Z0-9\sa-zA-Z0-9]*)Appuyez sur Maj\+Entrée pour ouvrir le menu \(nouvelle fenêtre\) : All value testuserAppuyez sur Maj\+Entrée pour ouvrir le menu \(nouvelle fenêtre\) was cleanned , but testuserUse SHIFT+ENTER to open the menu (new window). was not cleaned.

Is it possible to put multiple cleaning rules ?

 

1 REPLY 1

vignesh_sambath
Visitor

HI Michael,

Try this extraction rule: (^[A-Za-z0-9].*\s[A-Za-z0-9].*(?=[U][a-z].*))


Featured Posts