Use: The table command returns a table that is formed by only the fields that you specify in the arguments. Columns are displayed in the same order that fields are specified. Column headers are the field names. Rows are the field values. Each row represents an event.
host=homework
host=homework domain=*
host=homework domain=* type=fail* OR lock*
host=homework domain=* type=fail* OR lock* | table domain type
host=homework domain=* type=fail* OR lock* | table _time domain type
host=homework domain=* usr=* type=fail* OR lock* | table _time usr domain type
Search for recent earthquakes in and around California and display only the time of the quake (Datetime), where it occurred (Region), and the quake's magnitude (Magnitude) and depth (Depth). Samplefile-all_month_earthquakes.csv
index=usgs_* source=usgs place=*California | table time, place, mag, depth
Show the date, time, coordinates, and magnitude of each recent earthquake in Northern California.Samplefile:-all_month_earthquakes.csv
index=usgs_* source=usgs place=*California | rename lat as latitude lon as longitude | table time, place, lat*, lon*, mag
Search for IP addresses and classify the network they belong to. Samplefile:- tutorialdata.zip