added documentation

This commit is contained in:
Phil Skentelbery
2020-11-09 20:40:19 -06:00
parent 13ffb7b83e
commit c8147185c3

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# failed_login.py
This tool will return all failed logins to the target search head for the past 7 days.
## Installation
**For safety, install to a python virtual environment**
1. Clone the repository ```git clone ```
2. Install the prerequisites ```pip install requirements.txt```
## Usage
python failed_login.py [OPTIONS]
Options:
--host TEXT Splunk hostname [required]
--port INTEGER Splunk REST API port [default: 8089]
--username TEXT Splunk username [required]
--password TEXT Splunk password [required]
--help Display help