Require sudo to run an import

This commit is contained in:
Jason Ertel
2020-07-10 12:49:12 -04:00
parent 33375a0809
commit 811bbb4cb0

View File

@@ -17,7 +17,9 @@
{% set MASTER = salt['grains.get']('master') %}
{% set VERSION = salt['pillar.get']('static:soversion') %}
{%- set MASTERIP = salt['pillar.get']('static:masterip') -%}
{% set MASTERIP = salt['pillar.get']('static:masterip') %}
. /usr/sbin/so-common
function usage {
cat << EOF
@@ -220,6 +222,6 @@ https://{{ MASTERIP }}/#/hunt?q=%2a%20%7C%20groupby%20event.module%20event.datas
or you can manually set your Time Range to be:
From: $START_OLDEST To: $END_NEWEST
Please note that it may take 30 seconds or more for events to appear in Kibana.
Please note that it may take 30 seconds or more for events to appear in Onion Hunt.
EOF
fi