mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-20 14:05:26 +01:00
Update agent scripts
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
. /usr/sbin/so-elastic-fleet-common
|
||||
|
||||
{% if grains.role == 'so-heavynode' %}
|
||||
docker exec so-elastic-agent /bin/elastic-agent inspect
|
||||
docker exec so-elastic-agent /usr/share/elastic-agent/elastic-agent inspect
|
||||
{% else %}
|
||||
/bin/elastic-agent inspect
|
||||
{% endif %}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
. /usr/sbin/so-elastic-fleet-common
|
||||
|
||||
{% if grains.role == 'so-heavynode' %}
|
||||
docker exec so-elastic-agent /bin/elastic-agent status
|
||||
docker exec so-elastic-agent /usr/share/elastic-agent/elastic-agent status
|
||||
{% else %}
|
||||
/bin/elastic-agent status
|
||||
{% endif %}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
. /usr/sbin/so-elastic-fleet-common
|
||||
|
||||
{% if grains.role == 'so-heavynode' %}
|
||||
docker exec so-elastic-agent /bin/elastic-agent version
|
||||
docker exec so-elastic-agent /usr/share/elastic-agent/elastic-agent version
|
||||
{% else %}
|
||||
/bin/elastic-agent version
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user