i am trying to integrate dashboard studio with our external app using splunk react components. i am able to see graphs and other components. only problem is time range component with is giving following error. "Cannot access splunkweb." below is my definition.json { "visualizations": {}, "dataSources": { }, "inputs": { "input_1": { "type": "input.timerange", "title": "Select Time", "options": { "defaultValue": "-5m,now", "token": "trp" } } }, "layout": { "type": "absolute", "options": {}, "structure": [], "globalInputs": [ "input_1" ] }, "description": "", "title": "TRP Input Dash" } Thanks Shailendra
... View more