

Extracting fields from JSON
You can see the alert payload for all the alerts you’ve received. The input for extracting data works with Javascript, but without any ES6 language features.ES6 language features are not supported This means there is no support for arrow functions, template literals, some string functions, and other features listed here

Options to extract values from the payload
1. Extract a simple field
If you click on any field displayed in the payload, you’ll automatically see this value extracted. For example, to extract theservice field from your metadata, use
service field and apply it to your alert.
2. Map array fields
To map an array field, we can use standard Javascript. In our JSON payload, our tags field has the following format: