Workbook1 という名前のカスタム Microsoft Sentinel ワークブックがあります。 Workbook1にグリッドを追加する必要があります。グリッドの行数は最大100行に制限する必要があります。 あなたはどうすべきでしょうか?
正解:D
The take operator allows you to limit the number of rows returned by a query. By including the take operator in the grid query and specifying a maximum of 100 rows, you can ensure that the grid in Workbook1 contains a maximum of 100 rows. https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/takeoperator