All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:26, 23 November 2024 Qljca talk contribs created page Elasticsearch (Created page with "==Install Elastic Search 8== ===Install Java=== <pre>yum install java - - - - - - - - - - - - - - - - - - - - - - - - - - OR FOR THE CURRENT LATEST VERSION: yum install java-1.8.0-openjdk.x86_64 </pre> To verify your JRE is installed and can be used, run the command: <pre>java -version</pre> ==Downloading and Installing Elasticsearch:== <pre> sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch </pre> ===Add Repo=== <pre>sudo vi /etc/yum.repos...")