Skip to content
#

dashboards

Here are 340 public repositories matching this topic...

flash1293
flash1293 commented Mar 10, 2021

Per elastic/kibana#89748 (review)

The filter modal is using switches to disable/enable individual filters. As switches should only be used if toggling them has an immediate effect (which is not the case in this modal, "Apply" has to be clicked for something to happen) they should be replaced by checkboxes

<img width="437" alt="Screenshot 2021-03-10

yakkomajuri
yakkomajuri commented Mar 15, 2021

Problem Description

Users can choose to fire webhooks on specific actions and specify a message to be sent with it.

This message can access event properties for the event that triggered the action.

Event properties accessed with event.properties.desired_prop will just be substituted with undefined if the property doesn't exist and the message will send without issues.

However,

Improve this page

Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."

Learn more