This is what was received via stdout when upgrading.
[root@nagiosls nagioslogserver]# ./upgrade
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: bay.uchicago.edu
* extras: centos.mirrors.tds.net
* updates: centos.host-engine.com
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
updates/primary_db | 3.3 MB 00:00
Package pyOpenSSL-0.13.1-2.el6.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package openssl.x86_64 0:1.0.1e-42.el6 will be updated
---> Package openssl.x86_64 0:1.0.1e-42.el6_7.2 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
====================================================================================================================================================
Package Arch Version Repository Size
====================================================================================================================================================
Updating:
openssl x86_64 1.0.1e-42.el6_7.2 updates 1.5 M
Transaction Summary
====================================================================================================================================================
Upgrade 1 Package(s)
Total download size: 1.5 M
Downloading Packages:
openssl-1.0.1e-42.el6_7.2.x86_64.rpm | 1.5 MB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : openssl-1.0.1e-42.el6_7.2.x86_64 1/2
Cleanup : openssl-1.0.1e-42.el6.x86_64 2/2
Verifying : openssl-1.0.1e-42.el6_7.2.x86_64 1/2
Verifying : openssl-1.0.1e-42.el6.x86_64 2/2
Updated:
openssl.x86_64 0:1.0.1e-42.el6_7.2
Complete!
You are using pip version 7.1.0, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting elasticsearch-curator==3.4.0
/usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see
https://urllib3.readthedocs.org/en/late ... ormwarning.
InsecurePlatformWarning
Downloading elasticsearch_curator-3.4.0-py2.py3-none-any.whl (43kB)
100% |████████████████████████████████| 45kB 3.2MB/s
Collecting click>=3.3 (from elasticsearch-curator==3.4.0)
Downloading click-6.2-py2.py3-none-any.whl (70kB)
100% |████████████████████████████████| 73kB 2.7MB/s
Collecting elasticsearch<2.1.0,>=1.8.0 (from elasticsearch-curator==3.4.0)
Downloading elasticsearch-2.0.0-py2.py3-none-any.whl (58kB)
100% |████████████████████████████████| 61kB 4.0MB/s
Collecting urllib3<2.0,>=1.8 (from elasticsearch<2.1.0,>=1.8.0->elasticsearch-curator==3.4.0)
Downloading urllib3-1.14-py2.py3-none-any.whl (89kB)
100% |████████████████████████████████| 90kB 2.4MB/s
Installing collected packages: click, urllib3, elasticsearch, elasticsearch-curator
Found existing installation: urllib3 1.10.4
Uninstalling urllib3-1.10.4:
Successfully uninstalled urllib3-1.10.4
Found existing installation: elasticsearch 1.6.0
Uninstalling elasticsearch-1.6.0:
Successfully uninstalled elasticsearch-1.6.0
Found existing installation: elasticsearch-curator 1.2.2
Uninstalling elasticsearch-curator-1.2.2:
Successfully uninstalled elasticsearch-curator-1.2.2
Successfully installed click-6.2 elasticsearch-2.0.0 elasticsearch-curator-3.4.0 urllib3-1.14
Archive: sourceguardian/ixed4.lin.x86-64.zip
inflating: /usr/lib64/php/modules/ixed.5.3.lin
Sourceguardian extension found for PHP version 5.3
Sourceguardian extension already in php.ini
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
Upgrading Kibana...
Kibana upgraded OK
Stopping elasticsearch: [ OK ]
Starting elasticsearch: [ OK ]
Nagios Log Server Upgrade Complete!
You can access the Nagios Log Server web interface by visiting:
http://192.168.100.8/nagioslogserver/
[root@nagiosls nagioslogserver]# curl -XPUT localhost:9200/_cluster/settings -d '
> {
> "transient" : {
> "cluster.routing.allocation.enable" : "all"
> }
> }'
{"acknowledged":true,"persistent":{},"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}[root@nagiosls nagioslogserver]#
[root@nagiosls nagioslogserver]#