|
66 | 66 | # 20250611 up to 8.1.0 |
67 | 67 | # 20250825 up to 8.1.1 |
68 | 68 | # 20250825 adding variable for output reload workaround and disabling by default |
| 69 | +# 20250825 small workding updates |
69 | 70 |
|
70 | | -VERSION="20250825b" |
| 71 | +VERSION="20250825c" |
71 | 72 |
|
72 | 73 | SCRIPTNAME="installes" |
73 | 74 |
|
@@ -477,11 +478,11 @@ else |
477 | 478 | fi |
478 | 479 |
|
479 | 480 | if [ $FAIL -gt 0 ]; then |
480 | | - fail_log "There were ${FAIL} fail condition(s) detected, please review messages, fix and rerun script before proceeding to installation step. If you are really sure, you may still try the installation !" |
| 481 | + fail_log "There were ${FAIL} fail condition(s) detected, please review messages, fix and rerun script before proceeding to installation steps. If you are really sure, you may still try the installation !" |
481 | 482 | PROCEED="N" |
482 | 483 | #exit 1 |
483 | 484 | else |
484 | | - echo_log "OK: looks good, continuing to installation step" |
| 485 | + echo_log "OK: looks good, continuing to installation steps" |
485 | 486 | PROCEED="Y" |
486 | 487 | fi |
487 | 488 |
|
|
502 | 503 |
|
503 | 504 | ################################ START INSTALL HERE ######################################### |
504 | 505 | if [ "${PROCEEDSKIPINSTALL}" == "N" ]; then |
505 | | - echo_log "INFO: install/updating ES app from ${ESAPPFULL} with splunk install located in ${SPLUNK_HOME}" |
| 506 | + echo_log "INFO: installing/updating ES app from ${ESAPPFULL} with splunk install located in ${SPLUNK_HOME}" |
506 | 507 |
|
507 | 508 | # timeout not supported here |
508 | 509 | # ES install/upgrade |
|
533 | 534 | # ES Content update |
534 | 535 | if [[ "${INSTALLCONTENTUPDATE}" -eq 1 ]]; then |
535 | 536 | if [[ "${SHC}" -eq 0 ]]; then |
536 | | - echo_log "INFO: install/updating ES content update app from ${CONTENTUPDATE} with splunk install located in ${SPLUNK_HOME} " |
| 537 | + echo_log "INFO: installing/updating ES content update app from ${CONTENTUPDATE} with splunk install located in ${SPLUNK_HOME} " |
537 | 538 | ${SPLUNK_HOME}/bin/splunk install app ${CONTENTUPDATE} -update true |
538 | 539 | else |
539 | 540 | echo "INFO: deployer mode, extracting ES Content Update app to shcluster app instead" |
|
545 | 546 | echo_log "INFO: install with setup option set, continuing with setup after install." |
546 | 547 | sleep 5 |
547 | 548 | else |
548 | | - echo_log "OK: install ES done. Restarting splunk in 5s" |
| 549 | + echo_log "OK: ES installation done. Restarting splunk in 5s" |
549 | 550 | sleep 5 |
550 | 551 |
|
551 | 552 | echo_log "INFO: restarting splunk (ignore warning there, we haven't yet done ES setup)" |
|
556 | 557 | sleep 5 |
557 | 558 | fi |
558 | 559 | else |
559 | | - echo_log "installation step skipped at user request" |
| 560 | + echo_log "installation steps skipped at user request" |
560 | 561 | fi |
561 | 562 |
|
562 | 563 | ${SPLUNK_HOME}/bin/splunk login -auth $SPLADMIN:$SPLPASS |
|
0 commit comments