Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11ed7e7

Browse files
committed
Check for valid configuration/backend combinations
1 parent e271484 commit 11ed7e7

19 files changed

Lines changed: 74 additions & 0 deletions

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ test-sigmac:
4848
! coverage run -a --include=$(COVSCOPE) tools/sigmac -rvdI -t splunk -c tools/config/splunk-windows-all-index.yml -f 'foo=bar' rules/ > /dev/null
4949
coverage run -a --include=$(COVSCOPE) tools/sigmac -rvdI -c tools/config/elk-windows.yml -t es-qs rules/ > /dev/null
5050
coverage run -a --include=$(COVSCOPE) tools/sigmac -rvdI -c sysmon -c elk-windows -t es-qs rules/ > /dev/null
51+
! coverage run -a --include=$(COVSCOPE) tools/sigmac -rvdI -c sysmon -c elk-windows -t splunk rules/ > /dev/null
5152
! coverage run -a --include=$(COVSCOPE) tools/sigmac -rvdI -c tools/config/elk-windows.yml -c tools/config/generic/sysmon.yml -t es-qs rules/ > /dev/null
5253
coverage run -a --include=$(COVSCOPE) tools/sigmac -rvdI -c tools/config/elk-linux.yml -t es-qs rules/ > /dev/null
5354
coverage run -a --include=$(COVSCOPE) tools/sigmac -rvdI -c tools/config/elk-windows.yml -t kibana rules/ > /dev/null

tools/config/arcsight.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
title: ArcSight
22
order: 20
3+
backends:
4+
- arcsight
35
logsources:
46
linux:
57
product: linux
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
title: Elastic Filebeat default index name
22
order: 20
3+
backends:
4+
- es-qs
5+
- es-dsl
6+
- kibana
7+
- xpack-watcher
8+
- elastalert
39
defaultindex:
410
- filebeat-*
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
title: Generic Logstash index prefix
22
order: 20
3+
backends:
4+
- es-qs
5+
- es-dsl
6+
- kibana
7+
- xpack-watcher
8+
- elastalert
39
defaultindex:
410
- logstash-*

tools/config/elk-defaultindex.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
title: Elastic Logstash and Filebeat default index patterns
22
order: 20
3+
backends:
4+
- es-qs
5+
- es-dsl
6+
- kibana
7+
- xpack-watcher
8+
- elastalert
39
defaultindex:
410
- logstash-*
511
- filebeat-*

tools/config/elk-linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
title: Logstash Linux project (https://github.com/thomaspatzke/logstash-linux)
22
order: 20
3+
backends:
4+
- es-qs
5+
- es-dsl
6+
- kibana
7+
- xpack-watcher
8+
- elastalert
39
logsources:
410
apache:
511
category: webserver

tools/config/elk-windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
title: Logstash Windows common log sources
22
order: 20
3+
backends:
4+
- es-qs
5+
- es-dsl
6+
- kibana
7+
- xpack-watcher
8+
- elastalert
39
logsources:
410
windows:
511
product: windows

tools/config/elk-winlogbeat.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
title: Elastic Winlogbeat index pattern and field mapping
22
order: 20
3+
backends:
4+
- es-qs
5+
- es-dsl
6+
- kibana
7+
- xpack-watcher
8+
- elastalert
39
logsources:
410
windows:
511
product: windows

tools/config/helk.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
title: HELK index patterns and OSSEM field mappings
22
order: 20
3+
backends:
4+
- es-qs
5+
- es-dsl
6+
- kibana
7+
- xpack-watcher
8+
- elastalert
39
logsources:
410
windows-application:
511
product: windows

tools/config/logpoint-windows-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
title: Logpoint
22
order: 20
3+
backends:
4+
- logpoint
35
logsources:
46
windows-security:
57
product: windows

0 commit comments

Comments
 (0)