Skip to content

KnVerey/alfred-datadog-dashes

Repository files navigation

Datadog Dashboards for Alfred

List and filter your Datadog dashboards from Alfred3.

Usage

dd [QUERY]

Press enter to open the dash URL. Press shift+enter to copy the dash URL to your clipboard.

dd invocation

Setup

1. Install the workflow

You can download the workflow from the releases page.

Please note that this workflow requires Alfred3. It will not work with Alfred2 or lower.

2. Add your datadog credentials

Use the :auth-dd command in Alfred to add your Datadog api and app keys. The Datadog API requires both of these to access the dash list. They will be saved in your OSX keychain.

DD auth flow start

DD auth flow list

3. Set optional variables

  • Set the rubypath workflow variable to point to a recent Ruby version. If you skip this step, your system Ruby will be used. This workflow is not tested with really old versions of Ruby.

Variable help 1

Variable help 2

  • Set the custom_domain workflow variable if your organization has a custom domain for Datadog. If this is unset, app.datadoghq.com will be used.

Variable help 3