To join discussion on elasticsearch please join join.slack.com/t/labit-training/shared_invite/zt-11lup6ihz-qSEDwuYlgSLBxkbWxHhkkQ If you like this course and would like to support me you can - Purchase my longer 5 hour course on Udemy : www.udemy.com/course/elasticsearch-101/?referralCode=2F96AD63FB30A07EDCEE - If you have a Skilshare account , you can access my course with the following link : Skillshare : www.skillshare.com/classes/ElasticSearch-101-A-Beginners-guide-to-elastic-stack/562700361/projects
Can you check 1. Kibana Service should be started 2. Is kibana configured to accept requests from anyone ?(0.0.0.0) 3. Is GCP networking configured correctly to allow port 5601 from outside ?
Can you share the hardware requirement for each components for the production...like numbers of nodes, CPU, RAM,Disk and other specs related to hardware for Elastic, Kibana, logstash
Hi team, I am not able to open Kibana page in my web browser. Earlier i was able to open Kibana page in my browser. Later i have uninstalled my Ubuntu server on virtualbox and reinstalled again. Then i reinstalled elasticsearch and kibana but now i am not able to load Kibana page on my Browser again. When i open: http//localhost:5601 it doesn't work anymore. Could you please help me whats going wrong in that and how can I bring up Kibana? Thanks,
try accessing, i changed the directory structure a bit for consistency elk_manual_configuration/elastic_manual_install.md path gitlab.com/LabIT/elasticsearch/-/blob/master/elk_manual_configuration/elastic_manual_install.md
Your video is very helpful! Although after configuring elastic search, I cannot start it. I looked over the yaml file and all the configurations are correct. Any ideas on how to fix this?
if you cant start elasticsearch its generally because there are issues in the yaml file. Whats the error that comes up? You can try checking logs for any issues.
thanks for pointing it out, previous versions of ES needed openjdk to be installed separately, i think it was bundled from 7.x onwards. I did it out of habit and also to showcase how it can be done.
Hi, I ran all commands mentioned here and both services are running. However i am not able to browse kibana url My cloud sever is in microsoft azure. Do i need to do any firewall settings as well? Can you please help ?
yes , you will need to make sure Kibana port is open in your firewall. I show how to setup lab environment inside GCP in this video th-cam.com/video/rdBe1QSYeig/w-d-xo.html You can also look at the playlist for lab setup.
if Kibana server is not ready , sometime time takes and comes up but if it does not it generally means there is an error in your config file and kibana can not load. Please double check your config.
@@sagasthya can you please join my slack channel and share your kibana.yml and the error you get plus the internal IP address of your VM? Slack link join.slack.com/t/labit-training/shared_invite/zt-11lup6ihz-qSEDwuYlgSLBxkbWxHhkkQ
@@LabITtraining I don't need that file anymore. I wrote all commands at my own. I don't know how I'll thank you. You help me a lot. I just copy-paste your video and earn 52 USD. I got a project which is cost at least 2000 USD. You may not have millions of views but you have love and respect from my Heart. www.freelancer.com/projects/python/Python-full-stack-development.html
sir would you think few more description for each of your steps would be more helpful?? it’s like blindly following without trying too understand what is happening. just a suggestion
@@amithkumarthatikonda9249 choose elasticsearch output plugin, this link should help www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html
To join discussion on elasticsearch please join
join.slack.com/t/labit-training/shared_invite/zt-11lup6ihz-qSEDwuYlgSLBxkbWxHhkkQ
If you like this course and would like to support me you can
- Purchase my longer 5 hour course on Udemy :
www.udemy.com/course/elasticsearch-101/?referralCode=2F96AD63FB30A07EDCEE
- If you have a Skilshare account , you can access my course with the following link :
Skillshare : www.skillshare.com/classes/ElasticSearch-101-A-Beginners-guide-to-elastic-stack/562700361/projects
This was brilliant. Thank you for the walkthrough. Very much appreciated!
Glad you enjoyed it!
Hey man, just wanted to say thank you. The video was very helpful and too the point.
Greetings from South Africa
thanks you
Hi kibana ui is not loadig . cant see any error as such
Nice video, really helped me a lot in setting up elk.
Glad to hear that, please subscribe to my channel to support me and if you have'nt and look at other videos as well.
This video really helped me so much @LabIT. Thank You so much!!! 😊🤗🤗🤗🤗
Hey can you tell more about how to setup logstash as well ? i think you missed it?
This video is godlike!
How do you connect logstash to elasticsearch and kibana now?
Very helpful video.It has solved my problem
Glad to hear that, please subscribe to my channel to support me and if you have'nt and look at other videos as well.
Great tutorial, Thanks.
After following the steps for installing kibana, from the browser i'm not able to access it. Opened 5601 port in the inbound as well.
Can you check
1. Kibana Service should be started
2. Is kibana configured to accept requests from anyone ?(0.0.0.0)
3. Is GCP networking configured correctly to allow port 5601 from outside ?
Really helpful. Kudos !!
Glad it was helpful!
Can you share the hardware requirement for each components for the production...like numbers of nodes, CPU, RAM,Disk and other specs related to hardware for Elastic, Kibana, logstash
Hi team,
I am not able to open Kibana page in my web browser.
Earlier i was able to open Kibana page in my browser. Later i have uninstalled my Ubuntu server on virtualbox and reinstalled again. Then i reinstalled elasticsearch and kibana but now i am not able to load Kibana page on my Browser again. When i open: http//localhost:5601 it doesn't work anymore.
Could you please help me whats going wrong in that and how can I bring up Kibana?
Thanks,
Is Kibana running?
Did you check Kibana logs?
Is kibana open to accept connections from anywhere?
error while accessing the file. "Manual_Configuration/elastic_manual.md" did not exist on "master"
try accessing, i changed the directory structure a bit for consistency
elk_manual_configuration/elastic_manual_install.md
path
gitlab.com/LabIT/elasticsearch/-/blob/master/elk_manual_configuration/elastic_manual_install.md
@@LabITtraining Can you edit the URL in the video description as well
@@abdulrashid-dp5nj thanks for letting me know, fixed it as well.
Your video is very helpful! Although after configuring elastic search, I cannot start it. I looked over the yaml file and all the configurations are correct. Any ideas on how to fix this?
if you cant start elasticsearch its generally because there are issues in the yaml file. Whats the error that comes up? You can try checking logs for any issues.
Doesn't Elasticsearch already come with a bundled version of OpenJDK? Why would you have to install it separately?
thanks for pointing it out, previous versions of ES needed openjdk to be installed separately, i think it was bundled from 7.x onwards. I did it out of habit and also to showcase how it can be done.
Hi,
I ran all commands mentioned here and both services are running.
However i am not able to browse kibana url
My cloud sever is in microsoft azure.
Do i need to do any firewall settings as well?
Can you please help ?
yes , you will need to make sure Kibana port is open in your firewall. I show how to setup lab environment inside GCP in this video
th-cam.com/video/rdBe1QSYeig/w-d-xo.html
You can also look at the playlist for lab setup.
@@LabITtraining thanks it was sorted.. i opened the firewall for connecting server remotely and its working now
@@nileshbakliwal8591 glad to hear that
Kibana server is not ready yet!!!! Error
if Kibana server is not ready , sometime time takes and comes up but if it does not it generally means there is an error in your config file and kibana can not load. Please double check your config.
@@LabITtraining Same here. I have ensured the kibana.yml is exactly like the one you have. However, very well done with the video!
@@sagasthya can you please join my slack channel and share your kibana.yml and the error you get plus the internal IP address of your VM?
Slack link
join.slack.com/t/labit-training/shared_invite/zt-11lup6ihz-qSEDwuYlgSLBxkbWxHhkkQ
1:59 if you don't want to give us that file, It's ok. but don't give is fake hope
my bad , added lecture files in the description.
@@LabITtraining I don't need that file anymore. I wrote all commands at my own.
I don't know how I'll thank you. You help me a lot. I just copy-paste your video and earn 52 USD. I got a project which is cost at least 2000 USD. You may not have millions of views but you have love and respect from my Heart.
www.freelancer.com/projects/python/Python-full-stack-development.html
sir would you think few more description for each of your steps would be more helpful?? it’s like blindly following without trying too understand what is happening. just a suggestion
Helo sir
Hi
@@LabITtraining sir how to mention elasticsearch ip( not running on localhost) in logstash output filter
@@amithkumarthatikonda9249 choose elasticsearch output plugin, this link should help
www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html
I will do a logtash tutorial soon as it looks like there is quite a demand for it
Yes sir please
And how can I connect with you can I drop my email here