docs: update url to docs.suricata.io

pull/8941/head
Jason Ish 2 years ago committed by Victor Julien
parent 33827beae5
commit f8620d0ed2

@ -54,7 +54,7 @@ endif
@echo "updated and managed with the suricata-update tool." @echo "updated and managed with the suricata-update tool."
@echo "" @echo ""
@echo "For more information please see:" @echo "For more information please see:"
@echo " https://suricata.readthedocs.io/en/latest/rule-management/index.html" @echo " https://docs.suricata.io/en/latest/rule-management/index.html"
@echo "" @echo ""
install-library: install-library:

@ -12,12 +12,12 @@ Introduction
Installation Installation
------------ ------------
https://suricata.readthedocs.io/en/latest/install.html https://docs.suricata.io/en/latest/install.html
User Guide User Guide
---------- ----------
You can follow the [Suricata user guide](https://suricata.readthedocs.io/en/latest/) to get started. You can follow the [Suricata user guide](https://docs.suricata.io/en/latest/) to get started.
Contributing Contributing
------------ ------------

@ -2,4 +2,4 @@ See doc/userguide/install.rst
An hosted version of this can be found at Read The Docs: An hosted version of this can be found at Read The Docs:
https://suricata.readthedocs.io/en/latest/install.html https://docs.suricata.io/en/latest/install.html

@ -1,5 +1,5 @@
Autogenerated on 2012-11-29 Autogenerated on 2012-11-29
from - https://suricata.readthedocs.io/en/latest/setting-up-ipsinline-for-linux.html from - https://docs.suricata.io/en/latest/setting-up-ipsinline-for-linux.html
Setting up IPS/inline for Linux Setting up IPS/inline for Linux

@ -203,7 +203,7 @@ If you are writing or updating *documentation pages*, please:
* when adding diagrams or images, we prefer alternatives that can be generated * when adding diagrams or images, we prefer alternatives that can be generated
automatically, if possible; automatically, if possible;
* bear in mind that our documentation is published on `Read the Docs <https:/ * bear in mind that our documentation is published on `Read the Docs <https:/
/suricata.readthedocs.io/en/latest/#suricata-user-guide>`_ and can also be /docs.suricata.io/en/latest/#suricata-user-guide>`_ and can also be
built to pdf, so it is important that it looks good in such formats. built to pdf, so it is important that it looks good in such formats.

@ -19,7 +19,7 @@ If you would like to compile Suricata with unit tests, enter the following durin
./configure --enable-unittests ./configure --enable-unittests
The unit tests specific command line options can be found at `Command Line Options <https://suricata.readthedocs.io/en/suricata-6.0.3/command-line-options.html#unit-tests>`_. The unit tests specific command line options can be found at `Command Line Options <https://docs.suricata.io/en/suricata-6.0.3/command-line-options.html#unit-tests>`_.
Example: Example:
You can run tests specifically on flowbits. This is how you should do that:: You can run tests specifically on flowbits. This is how you should do that::
@ -42,7 +42,7 @@ This will be very verbose. You can also add the ``SC_LOG_OP_FILTER`` to limit th
SC_LOG_LEVEL=Debug SC_LOG_OP_FILTER="(something|somethingelse)" suricata -u SC_LOG_LEVEL=Debug SC_LOG_OP_FILTER="(something|somethingelse)" suricata -u
This example will show all lines (debug, info, and all other levels) that contain either something or something else. This example will show all lines (debug, info, and all other levels) that contain either something or something else.
Keep in mind the `log level <https://suricata.readthedocs.io/en/latest/manpages/suricata.html#id1>`_ precedence: if you choose *Info* level, for instance, Suricata won't show messages from the other levels. Keep in mind the `log level <https://docs.suricata.io/en/latest/manpages/suricata.html#id1>`_ precedence: if you choose *Info* level, for instance, Suricata won't show messages from the other levels.
Writing Unit Tests - C codebase Writing Unit Tests - C codebase
=============================== ===============================

@ -7,7 +7,7 @@ Application Layer Frame Support
Baseline Baseline
======== ========
- `Suricata rules format <https://suricata.readthedocs.io/en/latest/rules/intro.html>`_ - `Suricata rules format <https://docs.suricata.io/en/latest/rules/intro.html>`_
General Concepts General Concepts
================ ================

@ -10,7 +10,7 @@
-- To learn more about all the API functions suricata provides for your lua scripts -- To learn more about all the API functions suricata provides for your lua scripts
-- and the lua output extension in general see: -- and the lua output extension in general see:
-- http://suricata.readthedocs.io/en/latest/output/lua-output.html -- http://docs.suricata.io/en/latest/output/lua-output.html
function init() function init()
local needs = {} local needs = {}

@ -82,7 +82,7 @@
#define DEFAULT_PID_BASENAME "suricata.pid" #define DEFAULT_PID_BASENAME "suricata.pid"
#define DEFAULT_PID_FILENAME DEFAULT_PID_DIR DEFAULT_PID_BASENAME #define DEFAULT_PID_FILENAME DEFAULT_PID_DIR DEFAULT_PID_BASENAME
#define DOC_URL "https://suricata.readthedocs.io/en/" #define DOC_URL "https://docs.suricata.io/en/"
const char *GetDocURL(void); const char *GetDocURL(void);
/* runtime engine control flags */ /* runtime engine control flags */

@ -3,7 +3,7 @@
# Suricata configuration file. In addition to the comments describing all # Suricata configuration file. In addition to the comments describing all
# options in this file, full documentation can be found at: # options in this file, full documentation can be found at:
# https://suricata.readthedocs.io/en/latest/configuration/suricata-yaml.html # https://docs.suricata.io/en/latest/configuration/suricata-yaml.html
# This configuration file generated by Suricata @PACKAGE_VERSION@. # This configuration file generated by Suricata @PACKAGE_VERSION@.
suricata-version: "@MAJOR_MINOR@" suricata-version: "@MAJOR_MINOR@"
@ -217,7 +217,7 @@ outputs:
- dns: - dns:
# This configuration uses the new DNS logging format, # This configuration uses the new DNS logging format,
# the old configuration is still available: # the old configuration is still available:
# https://suricata.readthedocs.io/en/latest/output/eve/eve-json-output.html#dns-v1-format # https://docs.suricata.io/en/latest/output/eve/eve-json-output.html#dns-v1-format
# As of Suricata 5.0, version 2 of the eve dns output # As of Suricata 5.0, version 2 of the eve dns output
# format is the default. # format is the default.
@ -539,7 +539,7 @@ outputs:
# Lua Output Support - execute lua script to generate alert and event # Lua Output Support - execute lua script to generate alert and event
# output. # output.
# Documented at: # Documented at:
# https://suricata.readthedocs.io/en/latest/output/lua-output.html # https://docs.suricata.io/en/latest/output/lua-output.html
- lua: - lua:
enabled: no enabled: no
#scripts-dir: /etc/suricata/lua-output/ #scripts-dir: /etc/suricata/lua-output/

@ -13,11 +13,11 @@
# suppress gen_id <gid>, sig_id <sid> # suppress gen_id <gid>, sig_id <sid>
# suppress gen_id <gid>, sig_id <sid>, track <by_src|by_dst>, ip <ip|subnet> # suppress gen_id <gid>, sig_id <sid>, track <by_src|by_dst>, ip <ip|subnet>
# #
# The options are documented at https://suricata.readthedocs.io/en/latest/configuration/global-thresholds.html # The options are documented at https://docs.suricata.io/en/latest/configuration/global-thresholds.html
# #
# Please note that thresholding can also be set inside a signature. The interaction between rule based thresholds # Please note that thresholding can also be set inside a signature. The interaction between rule based thresholds
# and global thresholds is documented here: # and global thresholds is documented here:
# https://suricata.readthedocs.io/en/latest/configuration/global-thresholds.html#global-thresholds-vs-rule-thresholds # https://docs.suricata.io/en/latest/configuration/global-thresholds.html#global-thresholds-vs-rule-thresholds
# Limit to 10 alerts every 10 seconds for each source host # Limit to 10 alerts every 10 seconds for each source host
#threshold gen_id 0, sig_id 0, type limit, track by_src, count 10, seconds 10 #threshold gen_id 0, sig_id 0, type limit, track by_src, count 10, seconds 10

Loading…
Cancel
Save