Delete Field from Kapacitor Tick

Hi All,

Please help me out to delete a field from alert content.
This is the configuration of tick script and I want to delete the field ‘data’ from the alerts.

Alert Output

{“id”:“XXXXXX.com”,“message”:“/boot used space \u003e 47% (total size 509 MB)~user_tag:LINUX”,“details”:“telegraf/disk/usedspace:[umi001]//boot”,“time”:“2020-06-19T04:35:00Z”,“duration”:232620000000000,“level”:“CRITICAL”,“data”:{“series”:[{“name”:“disk”,“tags”:{“host”:“XXXXX.com”,“path”:“/boot”,“user_tag1”:“LINUX”},“columns”:[“time”,“disk3.stat_diskusageperc”,“disk3.stat_stat_diskusageperc”,“disk4.diskusage”,“disk4.diskusageperc”,“disk4.stat_disktotal”],“values”:[[“2020-06-19T04:35:00Z”,47,47.8078899068478,243,47.8078899068478,509]]}]},“previousLevel”:“CRITICAL”,“recoverable”:true}