Skip to content

Commit c4a70b5

Browse files
Merge pull request #15232 from Security-Onion-Solutions/idstools-refactor
Idstools refactor
2 parents bbc4b1b + bef8577 commit c4a70b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+649
-678
lines changed

pillar/top.sls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ base:
4343
- secrets
4444
- manager.soc_manager
4545
- manager.adv_manager
46-
- idstools.soc_idstools
47-
- idstools.adv_idstools
4846
- logstash.nodes
4947
- logstash.soc_logstash
5048
- logstash.adv_logstash
@@ -117,8 +115,6 @@ base:
117115
- elastalert.adv_elastalert
118116
- manager.soc_manager
119117
- manager.adv_manager
120-
- idstools.soc_idstools
121-
- idstools.adv_idstools
122118
- soc.soc_soc
123119
- soc.adv_soc
124120
- kibana.soc_kibana
@@ -158,8 +154,6 @@ base:
158154
{% endif %}
159155
- secrets
160156
- healthcheck.standalone
161-
- idstools.soc_idstools
162-
- idstools.adv_idstools
163157
- kratos.soc_kratos
164158
- kratos.adv_kratos
165159
- hydra.soc_hydra

salt/allowed_states.map.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
'hydra',
3939
'elasticfleet',
4040
'elastic-fleet-package-registry',
41-
'idstools',
42-
'suricata.manager',
4341
'utility'
4442
] %}
4543

salt/common/tools/sbin/so-image-common

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ container_list() {
2525
if [ $MANAGERCHECK == 'so-import' ]; then
2626
TRUSTED_CONTAINERS=(
2727
"so-elasticsearch"
28-
"so-idstools"
2928
"so-influxdb"
3029
"so-kibana"
3130
"so-kratos"
@@ -49,7 +48,6 @@ container_list() {
4948
"so-elastic-fleet-package-registry"
5049
"so-elasticsearch"
5150
"so-idh"
52-
"so-idstools"
5351
"so-influxdb"
5452
"so-kafka"
5553
"so-kibana"
@@ -69,7 +67,6 @@ container_list() {
6967
)
7068
else
7169
TRUSTED_CONTAINERS=(
72-
"so-idstools"
7370
"so-elasticsearch"
7471
"so-logstash"
7572
"so-nginx"

salt/common/tools/sbin_jinja/so-import-pcap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function suricata() {
8585
docker run --rm \
8686
-v /opt/so/conf/suricata/suricata.yaml:/etc/suricata/suricata.yaml:ro \
8787
-v /opt/so/conf/suricata/threshold.conf:/etc/suricata/threshold.conf:ro \
88-
-v /opt/so/conf/suricata/rules:/etc/suricata/rules:ro \
88+
-v /opt/so/rules/suricata/:/etc/suricata/rules:ro \
8989
-v ${LOG_PATH}:/var/log/suricata/:rw \
9090
-v ${NSM_PATH}/:/nsm/:rw \
9191
-v "$PCAP:/input.pcap:ro" \

salt/docker/defaults.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ docker:
2424
custom_bind_mounts: []
2525
extra_hosts: []
2626
extra_env: []
27-
'so-idstools':
28-
final_octet: 25
29-
custom_bind_mounts: []
30-
extra_hosts: []
31-
extra_env: []
3227
'so-influxdb':
3328
final_octet: 26
3429
port_bindings:

salt/docker/soc_docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ docker:
4141
forcedType: "[]string"
4242
so-elastic-fleet: *dockerOptions
4343
so-elasticsearch: *dockerOptions
44-
so-idstools: *dockerOptions
4544
so-influxdb: *dockerOptions
4645
so-kibana: *dockerOptions
4746
so-kratos: *dockerOptions
@@ -102,4 +101,4 @@ docker:
102101
multiline: True
103102
forcedType: "[]string"
104103
so-zeek: *dockerOptions
105-
so-kafka: *dockerOptions
104+
so-kafka: *dockerOptions

salt/idstools/config.sls

Lines changed: 0 additions & 65 deletions
This file was deleted.

salt/idstools/defaults.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

salt/idstools/disabled.sls

Lines changed: 0 additions & 31 deletions
This file was deleted.

salt/idstools/enabled.sls

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)