Getting Data In

Count the number of requests hitting target server?

JyotiP
Path Finder
 
 
 
 
 
 

For the query :
sourcetype="docker" AppDomain=Eos Level=INFO Message="Eos request calculated"
I have the following output:

host = aecas01ran05.aws.cloud.com source = http:docker sourcetype = docker
And I have various host for my application. How to calculate the number of request that is hitting different server irrespective of failure or success and present them in a table. Idea is to check the servers are hitting with the same number of request or not ??
I have series of server as follows :
aecas01ran04, aecas01ran03, aecas01ran05,aeperf01cmb01

Labels (1)
0 Karma
1 Solution

gjanders
SplunkTrust
SplunkTrust
| stats count by host

Or a stats count of some kind appended to your existing search should be able to count the number of requests/events in the log file...

View solution in original post

0 Karma

gjanders
SplunkTrust
SplunkTrust
| stats count by host

Or a stats count of some kind appended to your existing search should be able to count the number of requests/events in the log file...

0 Karma

JyotiP
Path Finder

@garethatiag this worked. Thank You

harsmarvania57
Ultra Champion

Try this sourcetype="docker" AppDomain=Eos Level=INFO Message="Eos request calculated" | stats count by host

0 Karma

JyotiP
Path Finder

@harsmarvania this worked. Thank You

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...