Hi, guys
I want use external lookup to query with the http api.
I can use curl to get the response.
curl 'http://hq.sinajs.cn/list=sh601006'
How to get the response with search command.
Such as:
| stats count by num | eval num='sh601006' | lookup test list AS num output response AS res
I have tried this script,but doesn`t work.
The webtools add-on https://splunkbase.splunk.com/app/4146/ is a curl command and might work for what you want...
@dapolly have you checked out the following documentation: https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/DefineanexternallookupinSplunkWeb#Exte...