httpstergeek / config-modeler

Splunk config modeler is intended to model final configuration of a forward if apps were to be deployed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration Modeler - A Graphical display of btool

Configuration Modeler is a Splunk App which mimics btool, but allows users to select apps within the deployment server. The user can select any combination of apps and graphically see the final configuration. This tool does not use btool, but instead uses a custom cherrypy endpoint.

This app uses Splunk rest search command to discover the Deployment server.

##Supports:

  • Distributed Deployment Supported

Requirements

  • This version has been test on Splunk 6.x

  • App works on all OS supported by Splunk

  • Modern browser capable of rendering svg and D3 objects.

Prerequisites

  • Splunk Deployment Server

  • Splunk version 6.x or higher

  • Distributed Management Console (only if in distributed Env)

Installation instructions

##Stand Alone instance

  1. copy repo into $SPLUNK_HOME/etc/apps/ on deployment server. This assume deployment server webserver enabled.

##Distributed environment This requires the use of Distributed Managment Console (DMC).

  1. copy repo into $SPLUNK_HOME/etc/apps/ to both the deployment server and DMC.

About

Splunk config modeler is intended to model final configuration of a forward if apps were to be deployed

License:Apache License 2.0


Languages

Language:JavaScript 56.1%Language:Python 42.5%Language:CSS 1.3%