Metadata-Version: 2.1
Name: kintyre-splunk-conf
Version: 0.7.4
Summary: KSCONF: Kintyre's Splunk Configuration Tool
Home-page: https://github.com/Kintyre/ksconf
Author: Lowell Alleman
Author-email: lowell@kintyre.co
License: Apache Software License
Project-URL: Documentation, https://ksconf.readthedocs.io/
Project-URL: Splunk app, https://splunkbase.splunk.com/app/4383/
Keywords: ksconf splunk kinytre conf tool
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Description-Content-Type: text/markdown
Requires-Dist: entrypoints
Requires-Dist: lxml
Provides-Extra: bash
Requires-Dist: argcomplete ; extra == 'bash'
Provides-Extra: thirdparty
Requires-Dist: splunk-sdk ; extra == 'thirdparty'

# Kintyre's Splunk CONFiguration tool

This utility handles a number of common Splunk app maintenance tasks in an installable python
package.  Specifically, this tools deals with many of the nuances with storing Splunk apps in a
version control system like git and pointing live Splunk apps to a working tree, merging changes
from the live system's (local) folder to the version controlled (default) folder, and dealing with
more than one layer of "default" (which splunk can't handle natively).

Install with

    pip install kintyre-splunk-conf

Confirm installation with the following command:

    ksconf --help


Please see the [Official docs](https://ksconf.readthedocs.io/en/latest/) for more info.



