jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!
https://elastalert2.readthedocs.org
Apache License 2.0
931 stars 287 forks source link

[Powerautomate] Add size text sumary and body #1513

Closed marssilva closed 2 months ago

marssilva commented 2 months ago

Description

Adding the feature that adjusts the size of the summary and body in the ms_power_automate alert.

Checklist

Created two tests for new feature and adjusted documentation.

marssilva commented 2 months ago

Hi @jertel, I made some adjustments to the size of the summary and the body of the text, in "teams" the summary doesn't show everything when the text is long.

jertel commented 2 months ago

Thanks for submitting this. Can you adjust the schema to use enums for those new values. Ex:

telegram_parse_mode: {type: string, enum: ['markdown', 'markdownV2', 'html']}

Also, please add this PR to the changelog. You can either add the second PR hyperlink to your existing entry, or create a new entry.

marssilva commented 2 months ago

Suggestions applied @jertel.