Update to nJAMS Server 5.2, while upgrading Elasticsearch 6 to 7#
When you are on nJAMS Server 5.1 using Elasticsearch 6, the following steps have to be executed in order to update to nJAMS Server 5.2, while upgrading Elasticsearch 6.4 / 6.8 to 7.16:
Caution
Before starting, make sure that your current Elasticsearch 6 cluster is ready to be updated to version 7, i.e., that all indexes are version 6 indexes.
Stop Indexer and stop Data Provider(s) of your current nJAMS Server 5.1 instance
Upgrade Elasticsearch cluster 6.4 / 6.8 to version 7.16
Deploy nJAMS Server 5.1 ES 7 package. This step is required to have a valid running nJAMS Server 5.1 instance with ES 7.
Optional - Re-index Elasticsearch Indexes from format v6 to v7
Update to nJAMS Server 5.2 by using nJAMS installer
Upgrade procedure step by step:
- (A) Stop Indexer and Data Provider(s):
Login to nJAMS GUI as nJAMS Administrator
Go to
Administration > System Control > Message Processing
and stop all Data ProvidersGo to
Administration > Connections > Indexer
and stop IndexerOn the same page change the port number(s) of the configured cluster node(s) from the old transport-client ports (usually 9300) to the according http port (usually 9200) used by the REST client.
Save the update configuration.
- (B) Upgrade Elasticsearch Cluster to version 7.16:
Refer to Elasticsearch documentation to learn about upgrading Elasticsearch
Upgrade Elasticsearch 6.4.x / 6.8.x to Elasticsearch 7.16.x
- (C) Deploy nJAMS Server 5.1 ES 7 package:
Login to nJAMS GUI and go to
Administration > System Control > Deployment
UPLOAD file Elasticsearch 7 version of
njams_server_es7_5.1.x.war
. If applicable, also upload update packages of the plugins you use. Plugins are converted into features during the update process and are automatically unlocked.Note
On Windows Server 2016 it may be required to turn off real-time protection before uploading WAR file. In case uploading fails, please turn off RTP of Windows Server 2016 for the time of the upload.
Click on RESTART to deploy the upgrade and restart nJAMS Server
Once nJAMS Server is updated and up again, Login with your nJAMS administrator account, go to
Administration > Connections > Indexer
, and make sure the ports of all Elasticsearch Nodes are changed from 9300 to 9200. Changing ports is required, since nJAMS Server now uses Java Rest Client of Elasticsearch rather than previous Transport Client.Restart Indexer and Data Provider(s)
Your nJAMS Server 5.1 instance is now running with upgraded Elasticsearch cluster.
- (D) Optional - Re-index existing indexes:
This step is optional. You can re-index the indexes from Elasticsearch format v6 into v7. If you just want to search for process executions, filtered by time or domain object, you can skip this step. If you want to be able to search for event data of the past like payload, stacktrace, activity duration, etc., you have to re-index all existing indexes.
Please refer to chapter How to re-index existing indexes for more informaton.
- (E) Update nJAMS Server 5.1 to 5.2:
Start nJAMS installer and use update option
Once nJAMS Server is updated and up again, Login with your nJAMS administrator account
Make sure Indexer and Data Provider(s) are started
nJAMS Server 5.2 is ready to continue processing log messages.