Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 2.58 KB

README.md

File metadata and controls

52 lines (42 loc) · 2.58 KB

Overview Version 2.6.7

Please see wiki for usage, guides and extended documentation (wiki currently under construction)

This app imports json (unified output) formatted volatility memory analysis plugin results enabling aggregate memory analysis.

Setup View was used to build the configure page

Splunk will automatically try to redirect the user to the setup page if the app.conf's [install] stanza has its is_configured property set to false.

Program Flow

This program starts in the app.conf, where the [install] stanza's is_configured property is set to false. This causes Splunk to redirect to it's setup page that is specified so that an admin/user can configure it for use.

In the app.conf's, [ui] stanza there is a setup_view property that points to which resource should be used for the setup view. In this case it's pointing to default/data/ui/views/setup_view_dashboard.xml.

The dashboard view specifies its CSS and JavaScript resources and points to the two file in appserver/static/javascript/setup_page.js and appserver/static/styles/setup_page.css.

And finally the setup_page.js imports a custom Backbone view from the appserver/static/javascript/views/setup_view_example.js.

Resources