この検索では、__________がy軸に表示されます。検索:sourcetype = access_combined status!= 200 |ホスト上のチャートカウント
正解:C
In this search, count will appear on the y-axis2. This search uses the chart command to create a chart of the
count of events over host for events that have status not equal to 2002. The chart command creates a table with
one column for each value of the field after the over clause and one row for each value of the field after the by
clause (if any)2. The values in the table are calculated by applying the function before the over clause to the
events in each group2. In this case, the chart command creates a table with one column for each host and one
row for the count of events for each host. The y-axis of the chart shows the values of the count function
applied to each host. Therefore, option C is correct, while options A and B are incorrect because they appear
on the x-axis or as labels of the chart.