2121 @echo
2222 @echo --- New instance setup
2323 @echo ------------------------
24- @echo -- Set up new DB with fixtures-
24+ @echo -- Set up new DB with fixtures
2525 @echo make newdb
26- @echo -- Set up new DB without fixtures-
26+ @echo -- Set up new DB without fixtures
2727 @echo make newdb-setup
2828 @echo -- Collect static files
2929 @echo make staticfiles
3232 @echo --------------------------------------
3333 @echo make fixture-help
3434 @echo
35+ @echo --- Update LogESP
36+ @echo -------------------
37+ @echo make update
38+ @echo
3539
3640fixture-help :
3741 @echo
@@ -40,23 +44,23 @@ fixture-help:
4044 @echo - Note- \' make new-db\' installs fixtures automatically.
4145 @echo - Avoid installing them twice.
4246 @echo
43- @echo -- Install all fixtures-
47+ @echo -- Install all fixtures
4448 @echo make fixtures
45- @echo -- Install only risk management fixtures-
49+ @echo -- Install only risk management fixtures
4650 @echo make risk-fixtures
47- @echo -- Install only asset type fixtures-
51+ @echo -- Install only asset type fixtures
4852 @echo make asset-fixtures
49- @echo -- Install only siem parse fixtures-
53+ @echo -- Install only siem parse fixtures
5054 @echo make parser-fixtures
51- @echo -- Install only example siem rules-
55+ @echo -- Install only example siem rules
5256 @echo make example-rules
5357 @echo
5458
5559daemon-help :
5660 @echo
5761 @echo --- Daemon help
5862 @echo -----------------
59- @echo -- Use scripts/logesp to start parser and sentry daemons-
63+ @echo -- Use scripts/logesp to start parser and sentry daemons
6064 @echo scripts/logesp -h
6165 @echo
6266 @echo Make sure to edit config/parser.conf
0 commit comments