Skip to content

Commit

Permalink
Update dynamic_drilldowns.md
Browse files Browse the repository at this point in the history
grammar
  • Loading branch information
7thdrxn authored Aug 30, 2023
1 parent 2828296 commit 15abeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/searches/dynamic_drilldowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## Create your Drilldown Panel

In Donald's example, this panel shows the list of sources for the risk object indicated by $risk_object_token$ (which you will need to ensure matches whatever token your dashboard uses), a description, and the drilldown logic itself. Here is the SPL and helpful comments:
In Donald's example, this panel shows the list of sources for the risk object indicated by `$risk_object_token$` (which you will need to ensure matches whatever token your dashboard uses), a description, and the drilldown logic itself. Here is the SPL and helpful comments:

```shell linenums="1" title="Drilldown Panel SPL"
| tstats summariesonly=false count from datamodel=Risk.All_Risk where All_Risk.risk_object="$risk_object_token$" by source
Expand Down

0 comments on commit 15abeda

Please sign in to comment.