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

Keep fields with a prefix

stefan_eggersto
Dynatrace Mentor
Dynatrace Mentor
Is there a possibility to keep fields that start with a specific string?
E.g. in my case I want to keep all fields that start with behavioral. and remove the remaining fields?
 
1 REPLY 1

sinisa_zubic
Dynatrace Champion
Dynatrace Champion

Hi Stefan,

yes, you can use the feeldsKeep command like this:
| fieldsKeep "behavioral.*" 

Best,
Sini

Featured Posts