mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fix missing suricata user scripts
This commit is contained in:
parent
139a16ffe3
commit
4c370de8cf
6 changed files with 15 additions and 5 deletions
11
scripts/plugins/suricata_collector/plugin.lua
Normal file
11
scripts/plugins/suricata_collector/plugin.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--
|
||||
-- (C) 2019 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
title = "Suricata Collector",
|
||||
description = "Collects events and alerts from suricata",
|
||||
author = "ntop",
|
||||
version = 1,
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue