wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Kibana Machine Learning Workshop

Total questions: 7

Worksheet time: 2mins

Name
Class
Date
1.

Question 1: What does this KQL query do?

status: 500

a)

A. Finds documents where status is not 500

b)

B. Finds documents where status is 500

c)

C. Finds documents with status codes above 500

d)

D. Sorts logs by status

2.

Question 2: What is the first step in the Advanced Job wizard in Kibana?

a)

A. Select the influencer

b)

B. Configure the detector

c)

C. Select the index pattern

d)

D. Set the bucket span

3.

Question 3: Which of the following is a valid ML function for a detector?

a)

A. count

b)

B. mean

c)

C. sum

d)

D. All of the above

4.

Question 4: What is the role of "influencers" in an ML job?

a)

A. They determine how data is visualized

b)

B. They group the index fields

c)

C. They help explain the cause of an anomaly

d)

D. They run the anomaly detection

5.

Question 5: You want to detect unusual login activity per user. Which setup is most appropriate?

a)

A. Detector: count, Partition Field: user.keyword

b)

B. Detector: mean, Field: response_time, No partition

c)

C. Detector: distinct_count, Field: user.keyword

d)

D. Detector: sum, Field: bytes, Partition: host

6.

Question 6: What is the purpose of machine learning in Kibana?

a)

A. Generate visualizations automaticall

b)

B. Find anomalies in time-series data

c)

C. Optimize Elasticsearch clusters

d)

D. Create dashboards from logs

7.

Question 7: What is an "anomaly" in Kibana ML?

a)

A. A duplicate document

b)

B. A common event

c)

C. An unexpected pattern or behavior in data

d)

D. A slow query