Merge pull request #15523 from Security-Onion-Solutions/reyesj2-patch-1

fix suricata filestream dataset
This commit is contained in:
Jorge Reyes
2026-02-24 15:02:57 -06:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
"paths": [
"/nsm/suricata/eve*.json"
],
"data_stream.dataset": "filestream.generic",
"data_stream.dataset": "suricata",
"pipeline": "suricata.common",
"parsers": "#- ndjson:\n# target: \"\"\n# message_key: msg\n#- multiline:\n# type: count\n# count_lines: 3\n",
"exclude_files": [
@@ -41,4 +41,4 @@
}
},
"force": true
}
}