Forum Discussion
Azure Sentinel Workbook, using tabs to create parameters
tipper1510 What are you trying to do with the parameter from the tab? Typically that is only used to determine what groups/steps to show/hide.
If you go under the Advanced Settings for each group/step you will see there is a "Make this item conditionally visible" checkbox. Check that and then use the parameter from your tab to make certain parts of your workbook visible when the tab is selected.
- tipper1510Sep 30, 2020Brass Contributor
Hi Gary,
Thanks for your reply.
I was trying to use the parameter value in the kql query of a specific graph, so when a tab was selected it would only show the data related to the criteria of the tab, set by the parameter value. In my case trying to show different sources of threat intelligence...
Regards,
Tim
- GaryBusheySep 30, 2020Bronze Contributor
tipper1510 Got it. The easiest way would be to create a different step for each tab that uses a different parameter in the code. I cannot find any other way to do this.