Skip to content

Commit a5b274f

Browse files
authored
Merge pull request #2025 from Websoft9/update-graylog-960bda0b
Update graylog
2 parents 5bc16a0 + 844eb8b commit a5b274f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/graylog/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#2 echo -n "Enter Password: " && head -1 </dev/stdin | tr -d '\n' | sha256sum | cut -d" " -f1 to create new administrator password to replace [W9_LOGIN_PASSWORD] value, the initial password is your input password.
44
# Specially, graylog have no latest version, you must get the detail version of docker-image
55
W9_DIST='community'
6-
W9_VERSION='6.3'
6+
W9_VERSION='7.0'
77
W9_REPO=graylog/graylog
8-
W9_POWER_PASSWORD='mVxA8x9z!oW321zl'
8+
W9_POWER_PASSWORD='w!ZHVAClNkJ0AGuw'
99

1010
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
1111
W9_ID='graylog'
@@ -30,7 +30,7 @@ W9_FORWARDER_DATA_TCP_PORT_SET='13301'
3030
W9_FORWARDER_CONFIG_TCP_PORT_SET='13302'
3131

3232
W9_DB_EXPOSE="mongodb"
33-
W9_MONGO_VERSION="5.0"
33+
W9_MONGO_VERSION="7.0"
3434
W9_DATANODE_VERSION="6.1"
3535
#### --------------------------------------------------------------------------------------- ####
3636

apps/graylog/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"dist": "community",
1010
"version": [
11-
"6.3"
11+
"7.0"
1212
]
1313
}
1414
],

0 commit comments

Comments
 (0)