We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the bug? I want to send webhooks to our Rocket.Chat, but OpenSearch send html body, not json
How can one reproduce the bug? Configuration of notification
{ "start_index" : 0, "total_hits" : 1, "total_hit_relation" : "eq", "config_list" : [ { "config_id" : "Ip75-5IBkTxtk5bkXEfE", "last_updated_time_ms" : 1730808888085, "created_time_ms" : 1730804276420, "config" : { "name" : "Rocket", "description" : "", "config_type" : "webhook", "is_enabled" : true, "webhook" : { "url" : "https://rocket.domain/hooks/**webhook**", "header_params" : { "Content-Type" : "application/json" }, "method" : "PUT" } } } ] }
What is the expected behavior? A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug?
I want to send webhooks to our Rocket.Chat, but OpenSearch send html body, not json
How can one reproduce the bug?
Configuration of notification
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: