File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
_install-and-configure/install-opensearch Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ This guide assumes that you are comfortable working from the Linux command line
65
65
# Use the following command for OpenSearch versions 2.11 and earlier:
66
66
67
67
# # Install the x64 package using yum.
68
- sudo yum install opensearch-{{site.opensearch_version}} -linux-x64.rpm
68
+ sudo yum install opensearch-< version > -linux-x64.rpm
69
69
70
70
# # Install the x64 package using rpm.
71
- sudo rpm -ivh opensearch-{{site.opensearch_version}} -linux-x64.rpm
71
+ sudo rpm -ivh opensearch-< version > -linux-x64.rpm
72
72
73
73
# # Install the arm64 package using yum.
74
- sudo yum install opensearch-{{site.opensearch_version}} -linux-arm64.rpm
74
+ sudo yum install opensearch-< version > -linux-arm64.rpm
75
75
76
76
# # Install the arm64 package using rpm.
77
- sudo rpm -ivh opensearch-{{site.opensearch_version}} -linux-arm64.rpm
77
+ sudo rpm -ivh opensearch-< version > -linux-arm64.rpm
78
78
` ` `
79
79
80
80
1. After the installation succeeds, enable OpenSearch as a service.
You can’t perform that action at this time.
0 commit comments