what are the Splunk commands to the questions below
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 fieldA fieldB fieldC
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here