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...


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



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here