Hi @Piyush Rathod ,
You can use string processing or regex to extract those specific fields.
I believe you should be able to use:
{{ description.substringBetween("alertname =","-") }}
{{ description.substringBetween("env =","-") }}
{{ description.substringBetween("description =","-") }}
to pull those values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.