Splunk Search

How do I make a timechart show the times in horizontal instead of vertical?

ngoetz9915
New Member

I am trying to run a search that shows how many unique ports a particular IP address access in a day over a seven pay period

I am using the following search:

index=***** | timechart span=1d dc(dest_port) by src_ip

This seems to get me the correct information, but it would be a lot more useful if I could have the time as the header and the list of IP's going vertical. This way I could see a lot more information. The current search only shows me 10 IP addresses and groups the rest into an "OTHER" column.

Thanks

0 Karma

ugy
Explorer

You should use "useother" option.

index=* | timechart span=1d dc(dest_port) by src_ip useohter=false

OR
index=* | timechart span=1d dc(dest_port) by src_ip | sort 100

Good day!

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...