Add Suricata package#186
Add Suricata package#186mtojek merged 8 commits intoelastic:masterfrom andrewkroh:feature/suricata-package
Conversation
There was a problem hiding this comment.
So, just to make sure -- this will actually resolve to foo, bar, baz if it's given an array like ["foo", "bar", "baz"] (notice no brackets in the rendered template, see example).
Does filebeat automatically do string splitting for the tags part of the configuration? If not I think this needs to become something like:
packages/suricata/dataset/eve/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
Import the Suricata Filebeat module via `PACKAGES=suricata mage -v ImportBeats`.
|
This module reads log files. Some of the log lines are metrics about the software. These documents have |
|
@andrewkroh At the moment it is the responsibility of each package / dataset to add these fields. |
|
This has been updated to add the datastream.* fields. |
andrewstucki
left a comment
There was a problem hiding this comment.
Does this need container.id? I notice that filebeat is putting that in too. Other than that, LGTM
mtojek
left a comment
There was a problem hiding this comment.
LGTM, I will merge this PR before introducing any breaking changes in the solution.

What does this PR do?
Import the Suricata Filebeat module via
PACKAGES=suricata mage -v ImportBeats.Checklist
Related issues
Screenshots