If I have corelationId then how to find out with the query that how many times a particular client/method/api is being called.
Please tell us more about the problem you are trying to solve. Is this a Splunk API or an external API? If it's a Splunk API, have you looked in the access logs?
I am using microservice architecture in my Spring boot project there are multiple external apis are using.
I used to check the log from Splunk api and my query was how to check the a particular external api how many times it's has been called from multiple external apis?
Is there any ways to find it quickly? I mean do I need to make any query on splunk? or anyother way to search and find it easily.
Hi
that depends which kind of log events you have gotten to splunk. If/when you are getting event where this call has done then you can query those events and then just use e.g. stats (eventstats, streamstats etc.) to get the actual count of those events within wanted timeframe.
If you could send example event data, then we could help you with exact SPL query.
r. Ismo