Thoroughly explained without being bland, awesome work!
@MrBazboutey Жыл бұрын
Hello, i discovered your tutorial by searching for elk stack. keep up the nice work
@evermightsystems Жыл бұрын
Thank you for your support!
@moibe182Ай бұрын
It would have been nice to show us how to configure to point it to our site.
@evermightsystemsАй бұрын
Thanks for your message! The process would be different depending on which web server you are using. For example, most of our other videos show how this is done for various parts of the ELK framework (kibana, elasticsearch, Logstash, fleet server, docker, etc...). And for web developers, they could be using Apache, nginx, nodejs express, go http, etc... So it depends on which application you are using
@abdelhakeljamali4101 Жыл бұрын
great videos and contents. very helpful thank you
@justaandf2 ай бұрын
Amazing tutorial. You rock.
@Snowi-k2v9 ай бұрын
Thank you so much again. this what i need.
@JamesBot-l7s Жыл бұрын
Thank you for making this video, it's really helpful.
@a3-82 Жыл бұрын
u are really greats man thanks alot for your tutorial
@ziadfawzi11 ай бұрын
Thank you so much.
@bathiesamba3708 Жыл бұрын
I love your tutorials. God bless you in Jesus name.Amen!
@zheshic Жыл бұрын
What do you use to create the A records?
@evermightsystems Жыл бұрын
Thanks for your message. I use the DNS editors that come with any place where you've bought your domain from. Sometimes I might just add an entry to /etc/hosts file or the C:\Windows\System32\drivers\etc\hosts file of every machine as an alternative. I think you'll be able to find lots of blog articles online that explain how DNS editors work or how host files work. Good luck!
@bhekikhumalo2564 Жыл бұрын
Im getting an Error about the port 80 being used.
@evermightsystems Жыл бұрын
You might have another web server running
@kientrung-io4jt Жыл бұрын
can you explain how to setup that domain name. i mean that when start you ping to the domain name but not tell me how you setup to ping
@evermightsystems Жыл бұрын
Sure. Basically you need to go to where you originally bought your top level domain (eg. GoDaddy, google, hostgator etc...). Then you click on the DNS manager. Then you click add new "A Record". Then type the subdomain and the IP address of the server you want to point the sub domain too.
@kientrung-io4jt Жыл бұрын
@@evermightsystems currently i not use any domain name, i just want to slove big data problem, can i use /etc/hosts to map ip or any easier solution
@evermightsystems Жыл бұрын
@@kientrung-io4jt Let's Encrypt needs to be able to reach your server via domain name to be able to generate the cert. That's the whole goal/purpose of publicly signed certificates, their job is to act as a 3rd party external organization to verify the domain you request SSL for does indeed belong to the server. If you want to use /etc/hosts, then you'll need to create your own self signed certificates. I do not have a video yet on self signed certificates.
@evermightsystems Жыл бұрын
I do have videos on creating self-signed certificates for just the elasticsearch platform for any of my tutorials on setting up ELK. But if you're not doing anything with ELK, then those videos would not be relevant to you.