Hi @ITWhisperer , Thank you for the quick response. I have few questions on the query. 1. I need to pass an index, a namespace and few other parameters (like, index=indexname ns=namespace process="end" method!=GET pod_name=podname region=regionname) before passing the actual query. By using the gentimes command, its not allowing me to pass the basic query as mentioned above. 2. Also, if I use the split() command with customer names or API names in it, it is not working , and the similar goes with split() command with api names. ( For reference: We have the fields Customer and API in the logs ) 4. The count must be the number of times a customer has accessed an API For reference, I use "<basic splunk query> | timechart count by API" to get the the timechart showing the count. (We have the field API in the logs, which makes it easy) Will that be possible for you to modify the query based on the above conditions ? I am sorry for asking too much, but I tried multiple ways and left with no results Thank you very much in advance
... View more