Can we modify .opendistro-alerting-alert index and add our own field?

Hi @mann,

If I’m understanding correctly and you’re looking to update the information present in the Alerts you can follow what was mentioned here.

However, if you’re trying to update the Monitor config itself, you’ll want to make changes to the Monitor data model class to add any fields, including updating toXContent and parsing logic. Then you can update the Monitor mappings to account for those new fields.

1 Like