Splunk Search

Need Help to pull the logs in the below format

mputtam
Path Finder

Hi Community,

I was trying to pull the logs  in the following format _time, src, dest, src_port, dest_port by using stats command. but i could not able to get the source port and the destination port details in the results. Please help me out with the query.

 

Used Query EX : index="notable" search_name="XXXXXXXXXXXXXX" | stats count by _time app src dest src_port dest_port |

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

When you run the search without the stats command do you get values for the app, src, dest, src_port, and dest_port fields? If any are null then stats will not return results. Use fillnull as necessary.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...