mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
merge with dev and resolv conflicts
This commit is contained in:
@@ -215,11 +215,7 @@ cat << EOF
|
|||||||
Import complete!
|
Import complete!
|
||||||
|
|
||||||
You can use the following hyperlink to view data in the time range of your import. You can triple-click to quickly highlight the entire hyperlink and you can then copy it into your browser:
|
You can use the following hyperlink to view data in the time range of your import. You can triple-click to quickly highlight the entire hyperlink and you can then copy it into your browser:
|
||||||
<<<<<<< HEAD
|
|
||||||
https://{{ MANAGERIP }}/kibana/app/kibana#/dashboard/a8411b30-6d03-11ea-b301-3d6c35840645?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:'${START_OLDEST}T00:00:00.000Z',mode:absolute,to:'${END_NEWEST}T00:00:00.000Z'))
|
https://{{ MANAGERIP }}/kibana/app/kibana#/dashboard/a8411b30-6d03-11ea-b301-3d6c35840645?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:'${START_OLDEST}T00:00:00.000Z',mode:absolute,to:'${END_NEWEST}T00:00:00.000Z'))
|
||||||
=======
|
|
||||||
https://{{ MASTERIP }}/#/hunt?q=%2a%20%7C%20groupby%20event.module%20event.dataset&t=${START_OLDEST_SLASH}%2000%3A00%3A00%20PM%20-%20${END_NEWEST_SLASH}%2000%3A00%3A00%20PM
|
|
||||||
>>>>>>> remotes/origin/dev
|
|
||||||
|
|
||||||
or you can manually set your Time Range to be:
|
or you can manually set your Time Range to be:
|
||||||
From: $START_OLDEST To: $END_NEWEST
|
From: $START_OLDEST To: $END_NEWEST
|
||||||
|
|||||||
@@ -60,12 +60,8 @@ slack_url = YOURSLACKWORKSPACE
|
|||||||
slack_webhook = YOURSLACKWEBHOOK
|
slack_webhook = YOURSLACKWEBHOOK
|
||||||
|
|
||||||
[playbook]
|
[playbook]
|
||||||
<<<<<<< HEAD
|
|
||||||
playbook_url = http://{{MANAGER}}:3200/playbook
|
playbook_url = http://{{MANAGER}}:3200/playbook
|
||||||
=======
|
playbook_ext_url = https://{{MANAGER}}/playbook
|
||||||
playbook_url = http://{{MASTER}}:3200/playbook
|
|
||||||
playbook_ext_url = https://{{MASTER}}/playbook
|
|
||||||
>>>>>>> remotes/origin/dev
|
|
||||||
playbook_key = de6639318502476f2fa5aa06f43f51fb389a3d7f
|
playbook_key = de6639318502476f2fa5aa06f43f51fb389a3d7f
|
||||||
playbook_verifycert = no
|
playbook_verifycert = no
|
||||||
playbook_unit_test_index = playbook-testing
|
playbook_unit_test_index = playbook-testing
|
||||||
|
|||||||
@@ -1,12 +1,6 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
{% set es = salt['pillar.get']('static:managerip', '') %}
|
{% set es = salt['pillar.get']('static:managerip', '') %}
|
||||||
{% set hivehost = salt['pillar.get']('static:managerip', '') %}
|
{% set hivehost = salt['pillar.get']('static:managerip', '') %}
|
||||||
{% set hivekey = salt['pillar.get']('static:hivekey', '') %}
|
{% set hivekey = salt['pillar.get']('static:hivekey', '') %}
|
||||||
=======
|
|
||||||
{%- set es = salt['pillar.get']('static:masterip', '') %}
|
|
||||||
{%- set hivehost = salt['pillar.get']('static:masterip', '') %}
|
|
||||||
{%- set hivekey = salt['pillar.get']('static:hivekey', '') %}
|
|
||||||
>>>>>>> remotes/origin/dev
|
|
||||||
alert: hivealerter
|
alert: hivealerter
|
||||||
|
|
||||||
hive_connection:
|
hive_connection:
|
||||||
|
|||||||
@@ -838,7 +838,6 @@ firewall_generate_templates() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
fleet_pillar() {
|
fleet_pillar() {
|
||||||
|
|
||||||
local pillar_file="$temp_install_dir"/pillar/minions/"$MINION_ID".sls
|
local pillar_file="$temp_install_dir"/pillar/minions/"$MINION_ID".sls
|
||||||
@@ -851,8 +850,6 @@ fleet_pillar() {
|
|||||||
"" > "$pillar_file"
|
"" > "$pillar_file"
|
||||||
}
|
}
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> remotes/origin/dev
|
|
||||||
generate_passwords(){
|
generate_passwords(){
|
||||||
# Generate Random Passwords for Things
|
# Generate Random Passwords for Things
|
||||||
MYSQLPASS=$(tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 20 | head -n 1)
|
MYSQLPASS=$(tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 20 | head -n 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user