From d77538a93fd8e050911439219d2212e38cfc2bd6 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Mon, 9 Nov 2020 20:46:09 -0600 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6716b7..da6eaad 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This tool will return all failed logins to the target search head for the past 7 **For safety, install to a python virtual environment** -1. Clone the repository ```git clone ``` +1. Clone the repository ```git clone https://github.com/philskents/tr_challenge.git``` 2. Install the prerequisites ```pip install requirements.txt``` ## Usage From 850e9cb3134b86ba8bd6e1be55abe77b930a32f0 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Mon, 9 Nov 2020 20:46:34 -0600 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da6eaad..9d9954b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ 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 From b81befd8b591b1b154454dc389c105cef62ee200 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Mon, 9 Nov 2020 20:46:51 -0600 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d9954b..eefd25b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This tool will return all failed logins to the target search head for the past 7 python failed_login.py [OPTIONS] Options: + --host TEXT Splunk hostname [required] --port INTEGER Splunk REST API port [default: 8089] From 1a0c2ac98a4794159bda7edcc5cbe121f9d40d99 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Mon, 9 Nov 2020 20:47:44 -0600 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eefd25b..e1420ed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This tool will return all failed logins to the target search head for the past 7 **For safety, install to a python virtual environment** 1. Clone the repository ```git clone https://github.com/philskents/tr_challenge.git``` -2. Install the prerequisites ```pip install requirements.txt``` +2. Install the prerequisites ```pip install -r requirements.txt``` ## Usage