Skip to content

Commit 8f009b2

Browse files
author
a3ilson
authored
Update pfelk-installer.sh
1 parent 3335d9e commit 8f009b2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

etc/pfelk/scripts/pfelk-installer.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Version | 24.10
2+
# Version | 25.01
33
# Website | https://github.com/pfelk/pfelk
44
########################################################
55
#pfELK Installation Script #
@@ -16,9 +16,9 @@
1616
# Dependency Version #
1717
########################################################
1818
# MaxMind | https://github.com/maxmind/geoipupdate/releases
19-
# GeoIP | 7.0.1
19+
# GeoIP | 7.1.0
2020
# Elastic | https://www.elastic.co/guide/en/elasticsearch/reference/current/es-release-notes.html
21-
# Elasticstack | 8.15.2
21+
# Elasticstack | 8.17.1
2222
########################################################
2323
#Color Codes #
2424
########################################################
@@ -76,7 +76,7 @@ fi
7676
#Error...Abort Script
7777
abort() {
7878
if [[ "${set_lc_all}" == 'true' ]]; then unset LC_ALL; fi
79-
echo -e "\\n\\n${RED}###############################################################################################${GREEN}24.10${RED}#${RESET}\\n"
79+
echo -e "\\n\\n${RED}###############################################################################################${GREEN}25.01${RED}#${RESET}\\n"
8080
echo -e "${WHITE_R}#${RESET} An error occurred. Aborting script..."
8181
echo -e "${WHITE_R}#${RESET} Please open an issue (https://github.com/pfelk/pfelk) on github!\\n"
8282
echo -e "${WHITE_R}#${RESET} Creating support file..."
@@ -421,8 +421,8 @@ port_5140_service=''
421421
port_5040_in_use=''
422422
port_5040_pid=''
423423
port_5040_service=''
424-
elk_version=8.15.2
425-
maxmind_version=7.0.1
424+
elk_version=8.17.1
425+
maxmind_version=7.1.0
426426
########################################################
427427
#Required Packages #
428428
########################################################

0 commit comments

Comments
 (0)