You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greg Oliver edited this page Feb 20, 2019
·
10 revisions
Download the SPL package of your choice from the Releases of this repo.
In Splunk Web, go to Manage Apps and click "Install app from file". Upload the file you just downloaded.
You will get a message warning you that the add-on could not be initialized because dependencies are not included in the package. There are both Python and Node.js dependencies.
We need both pip for Python package installation and npm for Node.js package installation. This is why we're installing Python and Node. If you already have pip & npm, we don't need to install Python & Node.
The actual requirement is that npm is available on the system.
Open a command window.
cd "%SPLUNK_HOME%/etc/apps/TA-Azure_Monitor/bin/app"
npm install
Last step
Once dependencies are installed, the add-on will work by doing a disable/enable cycle on the Manage Apps page in Splunk Web. Or, you can restart Splunk.