Question: Using the eval command, create a field called ratio that shows the ratio between the upload and download speeds. Hint: The format for creating a
-
Using the eval command, create a field called ratio that shows the ratio between the upload and download speeds.
- Hint: The format for creating a ratio is: | eval new_field_name = 'fieldA' / 'fieldB'
- Create a report using the Splunk's table command to display the following fields in a statistics report:
-
- _time
- IP_ADDRESS
- DOWNLOAD_MEGABITS
- UPLOAD_MEGABITS
- ratio
Hint: Use the following format when for the table command: | table table fieldA fieldB fieldC
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
