Version 2.19.2 but also in other Versions
While installation it should
During installation, the installer will present you with the GPG key fingerprint. Verify that the information matches the following:
there is nothing presented
mos@ubuntu:~$ sudo env OPENSEARCH_INITIAL_ADMIN_PASSWORD=XXX apt-get install opensearch=2.19.2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
opensearch
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 961 MB of archives.
After this operation, 1273 MB of additional disk space will be used.
Get:1 https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt stable/main amd64 opensearch amd64 2.19.2 [961 MB]
Fetched 961 MB in 14s (66.9 MB/s)
Selecting previously unselected package opensearch.
(Reading database ... 213855 files and directories currently installed.)
Preparing to unpack .../opensearch_2.19.2_amd64.deb ...
Running OpenSearch Pre-Installation Script
Unpacking opensearch (2.19.2) ...
Setting up opensearch (2.19.2) ...
Running OpenSearch Post-Installation Script
### NOT starting on installation, please execute the following statements to configure opensearch service to start automatically using systemd
sudo systemctl daemon-reload
sudo systemctl enable opensearch.service
### You can start opensearch service by executing
sudo systemctl start opensearch.service
### Create opensearch demo certificates in /etc/opensearch/
See demo certs creation log in /var/log/opensearch/install_demo_configuration.log
### Breaking change in packaging since 2.13.0
In 2.13.0 and later releases of OpenSearch, we have changed the permissions associated with access to installed files
If you are configuring tools that require read access to the OpenSearch configuration files, we recommend you add the user that runs these tools to the 'opensearch' group
For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043
Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
Scanning processes...
Scanning candidates...
Scanning linux images...
Pending kernel upgrade!
Running kernel version:
6.8.0-59-generic
Diagnostics:
The currently running kernel version is not the expected kernel version 6.8.0-60-generic.
Restarting the system to load the new kernel will not be handled automatically, so you should consider rebooting.
Restarting services...
Service restarts being deferred:
/etc/needrestart/restart.d/dbus.service
No containers need to be restarted.
User sessions running outdated binaries:
root @ user manager service: systemd[1296]
No VM guests are running outdated hypervisor (qemu) binaries on this host.
mos@ubuntu:~$
What I have to do with this Fingerprint, from installation guide?
How I’ve to verify it?
Fingerprint: c5b7 4989 65ef d1c2 924b a9d5 39d3 1987 9310 d3fc
Thank you very much.