Skip to content

Commit 830b5b9

Browse files
authored
Merge pull request #11560 from Security-Onion-Solutions/foxtrot
Elastic 8.10.4
2 parents e858a12 + 06e731c commit 830b5b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

salt/common/tools/sbin/so-common

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Elastic agent is not managed by salt. Because of this we must store this base information in a
99
# script that accompanies the soup system. Since so-common is one of those special soup files,
1010
# and since this same logic is required during installation, it's included in this file.
11-
ELASTIC_AGENT_TARBALL_VERSION="8.8.2"
11+
ELASTIC_AGENT_TARBALL_VERSION="8.10.4"
1212
ELASTIC_AGENT_URL="https://repo.securityonion.net/file/so-repo/prod/2.4/elasticagent/elastic-agent_SO-$ELASTIC_AGENT_TARBALL_VERSION.tar.gz"
1313
ELASTIC_AGENT_MD5_URL="https://repo.securityonion.net/file/so-repo/prod/2.4/elasticagent/elastic-agent_SO-$ELASTIC_AGENT_TARBALL_VERSION.md5"
1414
ELASTIC_AGENT_FILE="/nsm/elastic-fleet/artifacts/elastic-agent_SO-$ELASTIC_AGENT_TARBALL_VERSION.tar.gz"

salt/elasticfleet/files/integrations/elastic-defend/elastic-defend-endpoints.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"package": {
66
"name": "endpoint",
77
"title": "Elastic Defend",
8-
"version": "8.8.0"
8+
"version": "8.10.2"
99
},
1010
"enabled": true,
1111
"policy_id": "endpoints-initial",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"attributes": {"buildNum": 39457,"defaultIndex": "logs-*","defaultRoute": "/app/dashboards#/view/a8411b30-6d03-11ea-b301-3d6c35840645","discover:sampleSize": 100,"theme:darkMode": true,"timepicker:timeDefaults": "{\n \"from\": \"now-24h\",\n \"to\": \"now\"\n}"},"coreMigrationVersion": "8.8.2","id": "8.8.2","references": [],"type": "config","updated_at": "2021-10-10T10:10:10.105Z","version": "WzI5NzUsMl0="}
1+
{"attributes": {"buildNum": 39457,"defaultIndex": "logs-*","defaultRoute": "/app/dashboards#/view/a8411b30-6d03-11ea-b301-3d6c35840645","discover:sampleSize": 100,"theme:darkMode": true,"timepicker:timeDefaults": "{\n \"from\": \"now-24h\",\n \"to\": \"now\"\n}"},"coreMigrationVersion": "8.10.4","id": "8.10.4","references": [],"type": "config","updated_at": "2021-10-10T10:10:10.105Z","version": "WzI5NzUsMl0="}

salt/kibana/tools/sbin_jinja/so-kibana-config-load

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ update() {
6363

6464
IFS=$'\r\n' GLOBIGNORE='*' command eval 'LINES=($(cat $1))'
6565
for i in "${LINES[@]}"; do
66-
RESPONSE=$(curl -K /opt/so/conf/elasticsearch/curl.config -X PUT "localhost:5601/api/saved_objects/config/8.8.2" -H 'kbn-xsrf: true' -H 'Content-Type: application/json' -d " $i ")
66+
RESPONSE=$(curl -K /opt/so/conf/elasticsearch/curl.config -X PUT "localhost:5601/api/saved_objects/config/8.10.4" -H 'kbn-xsrf: true' -H 'Content-Type: application/json' -d " $i ")
6767
echo $RESPONSE; if [[ "$RESPONSE" != *"\"success\":true"* ]] && [[ "$RESPONSE" != *"updated_at"* ]] ; then RETURN_CODE=1;fi
6868
done
6969

0 commit comments

Comments
 (0)