All,
Am using Splunk 6.0 and I have installed REST API Modular Input app for monitoring the URLs.
But am not seeing the response code and response time getting recorded anywhere.
Please help me on this.
Thanks in advance
Those metrics don't get indexed by default.
You could however write a custom response handler to do this for you.
You add your custom response handler to rest_ta/bin/responsehandlers.py and then declare this handler to be applied in your REST setup stanza.
Those metrics don't get indexed by default.
You could however write a custom response handler to do this for you.
You add your custom response handler to rest_ta/bin/responsehandlers.py and then declare this handler to be applied in your REST setup stanza.