File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Version | 24.10
2+ # Version | 25.01
33# Website | https://github.com/pfelk/pfelk
44# #######################################################
55# pfELK Installation Script #
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# #######################################################
7676# Error...Abort Script
7777abort () {
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=''
421421port_5040_in_use=' '
422422port_5040_pid=' '
423423port_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# #######################################################
You can’t perform that action at this time.
0 commit comments