You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide
Jufajardini Reichow 45f14bb97c userguide/rules: explain sid uniqueness within gid
While Suri will throw an error if two signatures have the same `sid`
and no `gid`, or same `sid` and same `gid`, it will just accept same
`sid` for different `gid`s.

Related to

Task #5441
3 years ago
..
3rd-party-integration
_static
capture-hardware
configuration userguide: fix typo in inline mode illustration 3 years ago
devguide devguide: incorporate contribution process page 3 years ago
file-extraction
licenses
lua userguide: rename pg Lua Scripting->Lua Detection 4 years ago
manpages userguide: update references to Suricata website 4 years ago
output doc/tls: Add documentation for TLS logging 4 years ago
partials
performance doc/userguide: sphinx syntax correction 4 years ago
reputation
rule-management
rules userguide/rules: explain sid uniqueness within gid 3 years ago
setting-up-ipsinline-for-linux
upgrade
.gitignore
Makefile.am devguide: drop use of mscgen script in builds/make 4 years ago
Makefile.sphinx
README.md devguide: move into userguide as last chapter 4 years ago
acknowledgements.rst
command-line-options.rst
conf.py userguide: dynamically determine copyright date 4 years ago
convert.py
index.rst devguide: move into userguide as last chapter 4 years ago
initscripts.rst
install.rst pcre2: remove PCRE1 as dependency 4 years ago
make-sense-alerts.rst
public-data-sets.rst userguide: update wiresharkwiki in public datasets 4 years ago
quickstart.rst
setting-up-ipsinline-for-linux.rst
setting-up-ipsinline-for-windows.rst
unix-socket.rst
upgrade.rst doc/userguide: updates for eve dns v1 removal 4 years ago
what-is-suricata.rst

README.md

Suricata User Guide

This directory contains the Suricata Guide. The Suricata Developer's guide is included as a chapter of the Guide. The Sphinx Document Generator is used to build the documentation. For a primer os reStructuredText see the reStructuredText Primer.

Verifying Changes

There are a number of output formats to choose from when making the source documentation locally (e.g. html, pdf, man).

The documentation source can be built with make -f Makefile.sphinx html. Substitute the 'html' word for desired output format.

There are different application dependencies based on the output desired.