jyde
(Jean-Yves Degos)
June 2, 2021, 1:26pm
1
Hi,
I am tring to install ELK on a VM (let's name it foomachine ) which is not connected to the Internet.
With MobaXTerm, I have put the tar.gz file of the lastest version of Elasticsearch on foomachine , more precisely in a folder the name of which is ELK.
Then, I unzipped de tar.gz file, and now the folder ELK contains:
elasticsearch;
kibana;
logstash.
What should be the next step to distribute the uncompressed files in etc/ bin/, etc.?
I thank you in advance for any explanations.
Jean-Yves
warkolm
(Mark Walkom)
June 3, 2021, 12:02am
2
Welcome to our community!
You should use the deb or rpm packages to handle that, the tar.gz will simply extract to where ever it is located.
jyde
(Jean-Yves Degos)
June 3, 2021, 7:04am
3
Thanks. But although the VM foomachine is Debian one, the PC which is connected to internet is a Windows 10. So I must:
get the .deb files within a Windows command line;
Put it into foomachine with MobaXTerm;
Install from the .deb file in foomachine.
My trouble is with step 1, because the commands like:
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.1-amd64.deb
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.1-amd64.deb.sha512
shasum -a 512 -c elasticsearch-7.13.1-amd64.deb.sha512
sudo dpkg -i elasticsearch-7.13.1-amd64.deb
look like Linux ones...
Otherwise, can I do first three lines under the Windows command line, move the .dev to foomachine, and finally do the fourth line under the foomachine?
Thank in advance for your help!
Jean-Yves Degos
system
(system)
Closed
July 1, 2021, 7:05am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.