Merge pull request #14957 from Security-Onion-Solutions/reyesj2-patch-6

enable additional fleetnode state
This commit is contained in:
Jorge Reyes
2025-08-28 14:19:03 -05:00
committed by GitHub
4 changed files with 6 additions and 0 deletions

View File

@@ -262,6 +262,7 @@ base:
- minions.adv_{{ grains.id }} - minions.adv_{{ grains.id }}
- kafka.nodes - kafka.nodes
- kafka.soc_kafka - kafka.soc_kafka
- stig.soc_stig
'*_import': '*_import':
- node_data.ips - node_data.ips
@@ -319,10 +320,12 @@ base:
- elasticfleet.adv_elasticfleet - elasticfleet.adv_elasticfleet
- minions.{{ grains.id }} - minions.{{ grains.id }}
- minions.adv_{{ grains.id }} - minions.adv_{{ grains.id }}
- stig.soc_stig
'*_hypervisor': '*_hypervisor':
- minions.{{ grains.id }} - minions.{{ grains.id }}
- minions.adv_{{ grains.id }} - minions.adv_{{ grains.id }}
- stig.soc_stig
'*_desktop': '*_desktop':
- minions.{{ grains.id }} - minions.{{ grains.id }}

View File

@@ -143,6 +143,7 @@
), ),
'so-fleet': ( 'so-fleet': (
ssl_states + ssl_states +
stig_states +
['logstash', 'nginx', 'healthcheck', 'elasticfleet'] ['logstash', 'nginx', 'healthcheck', 'elasticfleet']
), ),
'so-receiver': ( 'so-receiver': (

View File

@@ -47,6 +47,7 @@ update_stig_profile:
- name: /opt/so/conf/stig/sos-oscap.xml - name: /opt/so/conf/stig/sos-oscap.xml
- source: salt://stig/files/sos-oscap.xml - source: salt://stig/files/sos-oscap.xml
- user: socore - user: socore
- show_changes: False
- group: socore - group: socore
- mode: 0644 - mode: 0644

View File

@@ -299,6 +299,7 @@ base:
- elasticfleet - elasticfleet
- elasticfleet.install_agent_grid - elasticfleet.install_agent_grid
- schedule - schedule
- stig
'*_hypervisor and I@features:vrt and G@saltversion:{{saltversion}}': '*_hypervisor and I@features:vrt and G@saltversion:{{saltversion}}':
- match: compound - match: compound