William Wernert
449e0d853c
Initial support for ntp service via chronyd
2021-03-22 15:52:51 -04:00
William Wernert
50fa0dc81a
Allow user to enter a description during setup
...
Resolves #2404
2021-03-22 11:32:37 -04:00
William Wernert
c910a2d2a0
Change proxy prompt to default to no
2021-03-18 09:52:11 -04:00
William Wernert
c8bbe078a6
Use more lines on proxy error message
2021-03-16 11:42:15 -04:00
William Wernert
59c62393b5
Change back to validating proxy, show user error message from curl
2021-03-16 10:18:02 -04:00
William Wernert
302d6e03be
Merge branch 'dev' into foxtrot
2021-03-12 11:36:26 -05:00
doug
edb88ac09a
FIX: Improve Setup verbiage #3422
2021-03-12 10:54:44 -05:00
William Wernert
0d01f63e3b
[fix] Confirm proxy password
2021-03-11 11:46:46 -05:00
William Wernert
5c7d3656dd
[fix] Don't try to create so_proxy during automated installs, just set it
2021-03-08 12:26:17 -05:00
William Wernert
2e56252f54
[wip] Syntax fixes
2021-03-04 11:54:21 -05:00
William Wernert
13dc822197
[wip] Ask user if they want to re-enter the proxy
2021-03-04 11:53:08 -05:00
William Wernert
7ee0fd6375
[wip] Specify setup log location to user when directing them to it
2021-03-04 11:31:22 -05:00
William Wernert
3d5cf128ae
[wip] Test proxy before using it
2021-03-03 15:02:21 -05:00
William Wernert
e951e9d9c5
[wip] Further proxy changes
...
* Remove unused docker.conf template
* Rename proxy variable to avoid name collision
* Reword address prompt to specify users should not include user:pass in their input
* Actually call the collect_proxy function
2021-03-03 12:19:14 -05:00
William Wernert
26b1da744c
[wip] Reword proxy yesno prompt
2021-03-03 12:01:15 -05:00
William Wernert
83791d87c7
[wip][fix] Use passwordbox for proxy password
2021-03-03 11:58:45 -05:00
William Wernert
2b94fa366e
[wip] Add auth inputs for proxy settings, fix some broken logic
2021-03-03 09:51:38 -05:00
William Wernert
de77d3ebc9
[wip] Initial work for setting up proxy on manager
2021-03-02 17:41:49 -05:00
William Wernert
a18dd869c4
Merge branch 'dev' into feature/setup
2021-03-02 10:23:33 -05:00
William Wernert
61611b8de2
Fix Elasticsearch disk space prompt
...
Resolves #3205
2021-03-02 10:23:04 -05:00
William Wernert
fd877a2256
Fix logic for configure network option in setup
2021-02-26 15:40:20 -05:00
William Wernert
0bd5ddf6a6
Grammar + misc fixes per PR review
...
* Remove unnecessary `apt-get update` commands
* Change `if ! (command); then exit 1; fi` to `command || exit 1` to avoid subshell
2021-02-16 14:17:41 -05:00
William Wernert
4affb20b27
Give context to metadata tool choice
2021-02-12 13:42:14 -05:00
William Wernert
724f5cad78
Warn user if using "securityonion" as hostname
2021-02-12 12:55:55 -05:00
Mike Reeves
4ef38f8d04
Add EPS and RAID status collection for telegraf
2021-01-25 19:14:46 -05:00
William Wernert
32839f8a53
[feat] Various input validation changes + fixes
...
* Keep invalid input in subsequent prompts
* Remove useless placeholder values
* Only set PROCS variable once
* Make input collection loops more consistent
2021-01-15 18:05:29 -05:00
William Wernert
8cb836a17a
[fix] Don't preset HOSTNAME var, interferes with automation
2021-01-15 16:22:07 -05:00
William Wernert
f4de5e28bf
[fix] Padding 3->4 spaces, don't use lookup_pillar before salt is installed
2021-01-15 08:57:14 -05:00
William Wernert
0f6805823e
[fix] Add spacing to whiptail menu + preset err
2021-01-15 08:35:37 -05:00
William Wernert
8793965f4a
[fix] Capitalization
2021-01-14 13:12:12 -05:00
William Wernert
3c22738ae1
[fix] Add example CIDR notation, remove placeholder X.X.X.X
2021-01-14 10:38:47 -05:00
William Wernert
8245b25835
[fix] Move metadata function
2021-01-13 17:28:19 -05:00
William Wernert
4dc3a6aa35
[refactor] Standardize list inputs to comma separated
2021-01-13 11:36:20 -05:00
William Wernert
d254fd960a
[feat] Add message explaining strings cannot contain spaces
2021-01-13 11:04:35 -05:00
William Wernert
0734998315
[fix] patch_schedule should not be local
2021-01-13 10:39:24 -05:00
William Wernert
ebac17ce38
[wip] Attempting to fix missing patch schedule prompts
2021-01-13 10:29:36 -05:00
William Wernert
ff69d022b3
[fix] Correct function call
2021-01-12 11:26:20 -05:00
William Wernert
38e37a0385
[refactor] Remove whiptail shard count prompt
2021-01-12 11:04:40 -05:00
William Wernert
5d077d278e
[feat] Add input validation to inputbox whiptail prompts
2021-01-12 11:02:33 -05:00
William Wernert
c1e32ed680
[refactor] Rename MD tool function to be more clear
2021-01-07 10:36:32 -05:00
William Wernert
fa06a38a3b
[refactor] Remove duplicate function
2021-01-07 10:36:01 -05:00
William Wernert
9d8fb79d9f
[feat] Reorder network-only prompt
2021-01-06 14:37:27 -05:00
William Wernert
80a3d8dcf8
[fix] Fix automation compatibility
2021-01-06 14:37:27 -05:00
William Wernert
0fa001ed92
[fix] Add more logic to network-only process
2021-01-04 09:27:22 -05:00
William Wernert
0a57b78900
[feat] Add option to set up only network on an iso
2020-12-29 12:52:21 -05:00
Mike Reeves
b6f2cdce8c
Fix whiptail menu
2020-12-17 15:57:13 -05:00
TOoSmOotH
96ebb98fc6
Change wording about true clustering again
2020-12-17 15:34:29 -05:00
TOoSmOotH
336ec18e09
Change wording about true clustering
2020-12-17 15:32:34 -05:00
Mike Reeves
bf1f00d2fe
Merge pull request #2348 from Security-Onion-Solutions/soup2320
...
SOUP Changes
2020-12-14 21:19:45 -05:00
TOoSmOotH
cbd59ed86a
SOUP Changes
2020-12-14 20:46:31 -05:00