I am a developer, new to splunk.
How can I get a saved search or a command to display in GUI format, like what I did in Splunk interface but
Programmatically?
Thanks
For the custom visualization, you can use D3.js
For fetching the data from splunk (programatically), you can use Splunk SDK's
Thanks for replying.
The fetching data from splunk programatically , is it available from all languages? and from there we will integrate with d3.js using any programming language that is compatible with splunk SDK ?
Thanks