mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 07:53:06 +01:00
24 lines
523 B
Django/Jinja
24 lines
523 B
Django/Jinja
{% set NODE_CONTAINERS = [
|
|
'so-curator',
|
|
'so-dockerregistry',
|
|
'so-elasticsearch',
|
|
'so-elastic-fleet',
|
|
'so-elastic-fleet-package-registry',
|
|
'so-filebeat',
|
|
'so-influxdb',
|
|
'so-kibana',
|
|
'so-kratos',
|
|
'so-logstash',
|
|
'so-mysql',
|
|
'so-nginx',
|
|
'so-redis',
|
|
'so-soc',
|
|
'so-soctopus',
|
|
'so-strelka-coordinator',
|
|
'so-strelka-gatekeeper',
|
|
'so-strelka-frontend',
|
|
'so-strelka-backend',
|
|
'so-strelka-manager',
|
|
'so-strelka-filestream'
|
|
] %}
|