Kibana exercises
Beginner
Section titled “Beginner”Create a Visualisation based on a search in Discover
Section titled “Create a Visualisation based on a search in Discover”Get percentiles of x requests
Section titled “Get percentiles of x requests”Get time spent in gRPC calls
Section titled “Get time spent in gRPC calls”Useful for:
- analyzing which method runs the most often
Advanced
Section titled “Advanced”Get the number of requests sent from every ip address
Section titled “Get the number of requests sent from every ip address”Useful for:
- searching for DoS type of behavior
answer:
- Visualization
- data table
- metric: count
- buckets: split rows -> Terms -> json.remote_ip.keyword (keyword because you want to use an Elastic field that hasn’t been split into separate tokens)