Skip to content

Create Projects from Templates

JasonConger edited this page Jan 10, 2020 · 4 revisions

This extension includes commands to create project template scaffolding. Everything is set up for you automatically (including any post-build scripts) so you can get to creating easily.

Create a Custom Visualization

  • Open the Command palette
  • Type >Splunk: New Custom Visualization
  • Select a destination for the visualization
  • Select a name for the visualization
  • A new Visual Studio Code instance will open with the visualization_source.js file opened. This file is where the bulk of the Custom Visualization code will go.
  • The online Splunk documentation window will also open for further information on Custom Visualizations

Create a Custom Search Command

  • Open the Command palette
  • Type >Splunk: New Custom Command
  • Select a destination for the visualization
  • Select a name for the command app
  • A new Visual Studio Code instance will open with the app folder opened
  • The online Splunk documentation window will also open for further information on Custom Search Commands

Clone this wiki locally