Installing SEAL Elastic Stack¶
Overview¶
The installation consists of a server and a client part which you have to install separately.
-
Server:
The server part includes Elasticsearch and Kibana. You have to install it on the
-
Client:
The client part contains Filebeat. Depending on your system you have to install it on the following servers:
Management Server¶
Hint - disc Space
Make sure that you have enough disk space available on the installation device. If the amount of free space is less than about 10 % of the device's total capacity, Elasticsearch will lock the created indices and Kibana will not start properly.
-
Install the unpacking program
unzip
, if necessary:-
RHEL:
sudo yum --assumeyes install unzip
-
SLES:
sudo zypper --non-interactive install unzip
-
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the SEAL Elastic Stack - 7.17.5.361 - rpm folder. It is saved as
SEAL Elastic Stack - 7.17.5.361 - rpm.zip
. -
Extract
SEAL Elastic Stack - 7.17.5.361 - rpm.zip
:unzip "SEAL Elastic Stack - 7.17.5.361 - rpm.zip"
-
Change to the
SEAL Elastic Stack - 7.17.5.361 - rpm
directory and start installing the contained packages:cd "SEAL Elastic Stack - 7.17.5.361 - rpm"
sudo sh install.sh
-
Open the required firewall ports for necessary services:
sudo sh firewall.sh
-
Check the configuration files of elasticsearch and kibana as described in Configuring the Management Server.
-
Start Elasticsearch:
sudo systemctl start seal-elasticsearch
-
Start Kibana:
sudo systemctl start seal-kibana
-
Upload the initial database configuration as described in Configuration via Script.
PLOSSYS 5 Server¶
-
Install the unpacking program
unzip
, if necessary:-
RHEL:
sudo yum --assumeyes install unzip
-
SLES:
sudo zypper --non-interactive install unzip
-
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the SEAL Elastic Stack - 7.17.5.361 - rpm folder. It is saved as
SEAL Elastic Stack - 7.17.5.361 - rpm.zip
. -
Extract
SEAL Elastic Stack - 7.17.5.361 - rpm.zip
:unzip "SEAL Elastic Stack - 7.17.5.361 - rpm.zip"
-
Change to the
SEAL Elastic Stack - 7.17.5.361 - rpm/client
directory and start installing the packages:cd "SEAL Elastic Stack - 7.17.5.361 - rpm/client"
sudo sh install.sh
-
Start SEAL Filebeat:
sudo systemctl start seal-filebeat
PLOSSYS 4 Server¶
-
Install the unpacking program
unzip
, if necessary:-
RHEL:
sudo yum --assumeyes install unzip
-
SLES:
sudo zypper --non-interactive install unzip
-
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the SEAL Elastic Stack - 7.17.5.361 - rpm folder. It is saved as
SEAL Elastic Stack - 7.17.5.361 - rpm.zip
. -
Extract
SEAL Elastic Stack - 7.17.5.361 - rpm.zip
:unzip "SEAL Elastic Stack - 7.17.5.361 - rpm.zip"
-
Change to the
SEAL Elastic Stack - 7.17.5.361 - rpm/client-p4
directory and start installing the packages:cd "SEAL Elastic Stack - 7.17.5.361 - rpm/client-p4"
sudo sh install.sh
-
Start SEAL Filebeat:
sudo systemctl start seal-p4-accounting-filebeat
SEAL Operator Server¶
-
Install the unpacking program
unzip
, if necessary:-
RHEL:
sudo yum --assumeyes install unzip
-
SLES:
sudo zypper --non-interactive install unzip
-
-
In a browser, log on to the SEAL Systems delivery platform with your logon data:
https://delivery.sealsystems.de
Hint - logon data
You receive the logon data from your Technical Project Manager at SEAL Systems.
-
Download the SEAL Elastic Stack - 7.17.5.361 - rpm folder. It is saved as
SEAL Elastic Stack - 7.17.5.361 - rpm.zip
. -
Extract
SEAL Elastic Stack - 7.17.5.361 - rpm.zip
:unzip "SEAL Elastic Stack - 7.17.5.361 - rpm.zip"
-
Change to the
SEAL Elastic Stack - 7.17.5.361 - rpm/client-operator
directory and start installing the packages:cd "SEAL Elastic Stack - 7.17.5.361 - rpm/client-operator"
sudo sh install.sh
-
Start SEAL Filebeat:
sudo systemctl start seal-operator-filebeat