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
Victor Julien 00cc3c7374 eve/ssh: change hassh logging format
Elastic search didn't accept the 'hassh' and 'hassh.string'. It would
see the first 'hassh' as a string and split the second key into a
object 'hassh' with a string member 'string'. So two different types
for 'hassh', so it rejected it.

This patch mimics the ja3(s) logging by creating a 'hassh' object
with 2 members: 'hash', which holds the md5 representation, and
'string' which holds the string representation.
5 years ago
..
3rd-party-integration doc/userguide: new 3rd party section, add bluecoat 6 years ago
_static doc: Add suricata.css to allow for some custom styling 7 years ago
capture-hardware doc: Correct typos 5 years ago
configuration doc/userguide: fix outdated mpm info 5 years ago
file-extraction doc: update stream-depth description 5 years ago
licenses doc: convert fancy quotes to straight quotes 6 years ago
lua userguide: add documentation for Hassh usage 5 years ago
manpages doc/manpage: improve intro, add examples 5 years ago
output eve/ssh: change hassh logging format 5 years ago
partials doc/manpage: add --reject-dev option 5 years ago
performance doc: Correct typos 5 years ago
reputation userguide: remove old reference to rule-reload option 6 years ago
rule-management doc/suricata-update: fix typo and do minor cleanups 5 years ago
rules doc: fix spelling in flowbits image 5 years ago
setting-up-ipsinline-for-linux
.gitignore
Makefile.am doc: add upgrade page 5 years ago
Makefile.sphinx
README.md doc: Fix typo Generate -> Generator 5 years ago
acknowledgements.rst doc: Add my own name to the acknowledgements 7 years ago
command-line-options.rst
conf.py doc/conf: Update copyright and regex for version 5 years ago
convert.py
index.rst doc: add upgrade page 5 years ago
initscripts.rst
install.rst doc/install: refer to buster as Debian stable 5 years ago
make-sense-alerts.rst doc: spelling mistakes in various sections of the user guide 7 years ago
public-data-sets.rst
quickstart.rst doc: add quickstart guide 6 years ago
setting-up-ipsinline-for-linux.rst doc: reformat linux ips guide 5 years ago
setting-up-ipsinline-for-windows.rst Adds WinDivert support to Windows builds 7 years ago
unix-socket.rst doc: removal of disable-rust and path typo for suricatasc 5 years ago
upgrade.rst doc: Correct typos 5 years ago
what-is-suricata.rst

README.md

Suricata User Guide

This directory contains the Suricata 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.