mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #394 from Security-Onion-Solutions/config_cleanup
Config cleanup
This commit is contained in:
@@ -11,7 +11,6 @@ logstash:
|
|||||||
- so/6600_winlogbeat_sysmon.conf
|
- so/6600_winlogbeat_sysmon.conf
|
||||||
- so/6700_winlogbeat.conf
|
- so/6700_winlogbeat.conf
|
||||||
- so/7100_osquery_wel.conf
|
- so/7100_osquery_wel.conf
|
||||||
- so/7200_strelka.conf
|
|
||||||
- so/8999_postprocess_rename_type.conf
|
- so/8999_postprocess_rename_type.conf
|
||||||
- so/9000_output_bro.conf.jinja
|
- so/9000_output_bro.conf.jinja
|
||||||
- so/9002_output_import.conf.jinja
|
- so/9002_output_import.conf.jinja
|
||||||
|
|||||||
12
salt/elasticsearch/files/ingest/strelka
Normal file
12
salt/elasticsearch/files/ingest/strelka
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"description" : "strelka",
|
||||||
|
"processors" : [
|
||||||
|
{ "json": { "field": "message", "target_field": "message2", "ignore_failure": true } },
|
||||||
|
{ "rename": { "field": "message2.file", "target_field": "file", "ignore_missing": true } },
|
||||||
|
{ "rename": { "field": "message2.scan", "target_field": "scan", "ignore_missing": true } },
|
||||||
|
{ "rename": { "field": "message2.request", "target_field": "request", "ignore_missing": true } },
|
||||||
|
{ "rename": { "field": "scan.hash", "target_field": "file.hash", "ignore_missing": true } },
|
||||||
|
{ "remove": { "field": ["host", "path"], "ignore_missing": true } },
|
||||||
|
{ "pipeline": { "name": "common" } }
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user