notifications icon indicating copy to clipboard operation
notifications copied to clipboard

[BUG] - Can't select Channel notification

Open ggt opened this issue 1 year ago • 1 comments

After a lot of updates, i have an issue with the latest 2.14.0, i can't select notification i get a 400 error. Channels are visible in channel tab.

I give you some screenshots.

-- EDIT -- I found the error, you must add this parameter and make a loop between config_type in this query :+1: /api/notifications/get_configs?from_index=0&max_items=5000&sort_field=name&sort_order=asc&config_type=webhook

image

image image

ggt avatar May 16 '24 11:05 ggt

it works when i rewrite url from https://127.0.0.1:5601/api/notifications/get_configs?from_index=0&max_items=5000&sort_field=name&sort_order=asc -> https://127.0.0.1:5601/api/notifications/get_configs?from_index=0&max_items=10&query=&config_type=slack&config_type=email&config_type=chime&config_type=microsoft_teams&config_type=webhook&config_type=sns&sort_field=name&sort_order=asc image

ggt avatar May 17 '24 14:05 ggt

We are experiencing same issue, is this something that is planned to be fixed?

shamil avatar Jun 18 '24 21:06 shamil

Doesn't look like anyone has looked at this. Maybe you can help?

Catch All Triage - 1 2 3 4 5 6

dblock avatar Jun 24 '24 16:06 dblock

I see the same bug with 2.14.0

ullgren avatar Jul 02 '24 15:07 ullgren

It has been fixed in 2.15, see https://github.com/opensearch-project/alerting-dashboards-plugin/issues/961 as reference.

Hailong-am avatar Jul 16 '24 05:07 Hailong-am