I am coming from a Splunk environment and I am struggling a little bit with the search syntax in Kibana. Are there Kibana equivalents to commands like stats?
For example when looking at intrusion prevention logs I would do "index=firepower | stats count by sig,dest_ip"
This would yield a list of the number of times that signature was seen at each unique destination ip. How can something similar be achieved with Kibana and ES?