Skip to content

Commit

Permalink
Generated doc (no actual documentation for it the module yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Aug 24, 2018
1 parent 2aba38e commit a1f2ee1
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
52 changes: 52 additions & 0 deletions filebeat/docs/modules/suricata.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
////
This file is generated! See scripts/docs_collector.py
////

[[filebeat-module-suricata]]
:modulename: suricata

== suricata module

This is the suricata module.

include::../include/what-happens.asciidoc[]

[float]
=== Compatibility

TODO: document with what versions of the software is this tested


include::../include/running-modules.asciidoc[]

[float]
=== Example dashboard

This module comes with a sample dashboard. For example:

TODO: include an image of a sample dashboard

include::../include/configuring-intro.asciidoc[]

TODO: provide an example configuration

:fileset_ex: {fileset}

include::../include/config-option-intro.asciidoc[]

TODO: document the variables from each fileset. If you're describing a variable
that's common to other modules, you can reuse shared descriptions by including
the relevant file. For example:

[float]
==== `{fileset}` log fileset settings

include::../include/var-paths.asciidoc[]


[float]
=== Fields

For a description of each field in the module, see the
<<exported-fields-suricata,exported fields>> section.

2 changes: 2 additions & 0 deletions filebeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This file is generated! See scripts/docs_collector.py
* <<filebeat-module-osquery>>
* <<filebeat-module-postgresql>>
* <<filebeat-module-redis>>
* <<filebeat-module-suricata>>
* <<filebeat-module-system>>
* <<filebeat-module-traefik>>

Expand All @@ -38,5 +39,6 @@ include::modules/nginx.asciidoc[]
include::modules/osquery.asciidoc[]
include::modules/postgresql.asciidoc[]
include::modules/redis.asciidoc[]
include::modules/suricata.asciidoc[]
include::modules/system.asciidoc[]
include::modules/traefik.asciidoc[]
10 changes: 10 additions & 0 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,16 @@ filebeat.modules:
# Optional, the password to use when connecting to Redis.
#var.password:

#------------------------------ Suricata Module ------------------------------
- module: suricata
# All logs
eve:
enabled: true

# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths:

#------------------------------- Traefik Module ------------------------------
#- module: traefik
# Access logs
Expand Down

0 comments on commit a1f2ee1

Please sign in to comment.