Sir how can we add host or remote machine like EC2 to our elk stack which is hosted on ec2 instance
@VitaliKiSS2 жыл бұрын
my container of logstash keeps restarting... after i started docker-compose up command also when i enter the 5601 from the browser logstash says that it's missing security requirements...
@Thetips4you2 жыл бұрын
Please check the container logs to see the reason and take action based on it.
@dineshgupta012 жыл бұрын
I have updated the logstash.conf file but that file was not found logstash container. I have .log & simple-logstashfile.conf along with logstash/logstash.conf. Plz help me out.
@Thetips4you2 жыл бұрын
Did you started Logstash with the config you want to apply?
@dineshgupta012 жыл бұрын
@@Thetips4you Yes, all 3 docker started, but mounted directory not visible on the docker logstash server
@moonchild239452 жыл бұрын
@@dineshgupta01 Hello, do u find the answer?
@moonchild239452 жыл бұрын
I kind of find the solution to it First mount the volume in /usr/share/logstash/pipeline instead of randomly create directory. So can remove the command in the yaml file Second, in logstash.conf, change the hosts to {container-name}}:9200 and also add ssl_certificate_verification = false sample output in logstash.conf output { elasticsearch { hosts => ["my-elasticsearch:9200"] index => "index-name" user => "elastic" password => "password" ssl_certificate_verification => false } } ps: I am using 8.4.1 version
@trollingday71242 жыл бұрын
Great vídeo dude, if I want to send logs with other server to elk I only need to install filebeat and point to logstash and elastic for this docker right?
@Thetips4you2 жыл бұрын
Yes. That is correct.
@vladgursky1492 жыл бұрын
Thanks for good simple test example of elasticsearch in containers. ElasticSearch server started and accessed by browser without ssl cert. Logstash didn't accept log file even moved to logstash.
@Thetips4you2 жыл бұрын
Can you check if the config is set correctly to send logstash to elastic search container.
@hicnar2 жыл бұрын
I run into something similar, but in my case I tried the latest version which is 8.4.0. When I reverted to 7.16.2 as in the video tutorial... taaa daaa logstash can read the log file.
@pastoralopez92842 жыл бұрын
Thank you. I have tested in an Ubuntu VM and it works fine. I would like to collect Netflow v5 data through port 2055 for example. May I ask you for orientation of how to modify your docker compose file to add elastiflow?
@Thetips4you2 жыл бұрын
You are welcome. Need to re-look on your request.
@mohamadsaffarini47882 жыл бұрын
Thank you for sharing..... if you're looking for the most recent version, typing ImageName:latest instead of version number.
@Thetips4you2 жыл бұрын
It may not work with Elastic search, kibana . Try it and let me know. You will have to specify the version.
@mehdimojaradi2 жыл бұрын
Thanks indeed for your efforts and sharing great contents. I am learning a lot from your channel.
@Thetips4you2 жыл бұрын
Wow!. I am super happy to see your feedback. Thank you and keep learning.
@agilebarsfromtimebarsltd.4918 Жыл бұрын
Thankyou this is awesome.
@Thetips4you Жыл бұрын
Thank you
@lorenzozuluaga43092 жыл бұрын
thank you for this awesome tutorial, maybe anyone knows how I can solve an issue where logstash is not authorized to reach the elasticsearch host? I was reading it's something related to the logstash output configuration, but I was wondering if I did something wrong, since on the video it works smoothly. Thanks in advance
@Thetips4you2 жыл бұрын
You are going. Do you want to share the error message about authentication?
@azzabenabid26692 жыл бұрын
thank u for the video. i have to run the docker-compose file everytime i want to change the Logstash conf file?
@Thetips4you2 жыл бұрын
No. If you have any changes in conf file you can update it, so by default the docker compose will take it.
@azzabenabid26692 жыл бұрын
@@Thetips4you i didn't found the index for Logstash in the index management. Can u help me ?
@doublee74172 жыл бұрын
@@azzabenabid2669 Me too
@azzabenabid26692 жыл бұрын
@@doublee7417 just add the elasticsearch url in logstash service part and the kibana service part
@mohamedmazlin2182 жыл бұрын
@@azzabenabid2669 where ? in the yml file? can you give me details pleaaase
@diegopalo4073 Жыл бұрын
Great tnx ! Can you maybe do it also for the latest one, elasticsearch:8.9.0 ? Because it is not working like this for that.
@Thetips4you Жыл бұрын
I will check
@jeevan9057 Жыл бұрын
I am having issues. I am using windows and I followed the above steps in the video, But I don't see the logs getting reflected on Kibana
@Thetips4you Жыл бұрын
An error message?
@jeevan9057 Жыл бұрын
@@Thetips4you i don't see any error message.
@gc-104viri42 ай бұрын
thanks for your help
@Thetips4you2 ай бұрын
You are welcome
@hicnar2 жыл бұрын
Good tutorial! Have you tried to upgrade the version of the components to the latest and run it? For me, when I tried the 8.4.0 it will all started up, but no index gets created almost as if the logstash chooses not to read from the log file (it detects the log though)
@Thetips4you2 жыл бұрын
Not tried. Thanks for the information.
@BandarAlmarri-zm2th Жыл бұрын
good man keep going
@Thetips4you Жыл бұрын
Thank you man
@hendisantika5 ай бұрын
Can you update it into ELK Stack 8.14.1 (latest) vesion?
@roya20452 жыл бұрын
Hi Bro is this a cloud version of elastic stack you are showing?
@Thetips4you2 жыл бұрын
No. Local installation.
@roya20452 жыл бұрын
@@Thetips4you Bro you have knowledge on how to setup snmp in logstash for monitoring network device on kibana/elastic search
@eliumoraes2 жыл бұрын
Can you provide an example of how to setup logstash to receive from UDP or HTTP?
@Thetips4you2 жыл бұрын
Let me look in to this.
@Olegt0rr2 жыл бұрын
Please update this video to 8th version of ELK. Also your github link in description is not working :(
@Thetips4you2 жыл бұрын
Sure. The github link is working for me. Please check it again.
@chetanpatel14642 жыл бұрын
Great tutorial. I was getting some memory issues in my machine which had 8gb but I'll use this to see if I can restrict it
@Thetips4you2 жыл бұрын
Thank you.
@angnguyen-vn2on2 жыл бұрын
I want to use opensearch logstash and opensearch-dashboard. is it similar?
@Thetips4you2 жыл бұрын
Not sure. Opensearch is forked from elastic search as per my understanding.
@angnguyen-vn2on2 жыл бұрын
@@Thetips4you in the example, input file log must created inside container logstash or at the marchine host will also work
@shalomig44112 жыл бұрын
Great content, please where is the link to copy the content (compose file) from github?
@Thetips4you2 жыл бұрын
Please check the video description.
@ryaddraou8512 жыл бұрын
hi thank you for the video, I have a question pls if I get between 190 and 210GB of logs (firewalls and AD) how much CPU, storage and RAM do I need? and also, how can I setup my Logstash to receive logs from my Active directory Thank you for your help
@Thetips4you2 жыл бұрын
Kindly check the elastic search hardware requirements and system requirements
@adityendrapratapsingh7999 Жыл бұрын
What does version: '3.6' represent here?
@Thetips4you Жыл бұрын
Do you mean the docker compose version?
@ImranKhan-fr8bn2 жыл бұрын
I have run the compose file its running from last 30 minutes, not sure when it will end , can you please let me know if this is the normal behavior, also my internet bandwidth is good and system has desired resources for setup.
@Thetips4you2 жыл бұрын
Did you used -d with docker compose up command?
@ImranKhan-fr8bn2 жыл бұрын
@@Thetips4you thanks its working now, could you please send me the link of any vide where the data is send to elasticsearch and visualize in kibana
@p.hariprasadreddy6528 Жыл бұрын
@@ImranKhan-fr8bn is the content written in log file is showing in port
@pellax Жыл бұрын
You docker-compose doesn't work, logstash exited with code 0
@Thetips4you Жыл бұрын
Check the logs for exact error.
@lesetjamaribe3892 жыл бұрын
super easy to follow, i like it!
@Thetips4you2 жыл бұрын
Thank you
@arnavsaraf64042 жыл бұрын
Thanks for this video. Very helpful! :)
@Thetips4you2 жыл бұрын
You are welcome.
@EnitinEnitin Жыл бұрын
Doesn't work. Kibana requires me to enter an "Enrollment token".
@kennedyngare32242 жыл бұрын
why is the index empty and the log file has content
@mohamedmazlin2182 жыл бұрын
did u find a solution to that?
@shohrabuddin95622 жыл бұрын
@@mohamedmazlin218 I am having the same issue. The content of the index is 0. did you find a solution?
@anilsaipinnelli1866 Жыл бұрын
where can i find the elasticsearch.yml file
@Thetips4you Жыл бұрын
It will be under elasticsearch home path, config. You can login to the container to check that or map it as a volume to control from outside m
@p.hariprasadreddy6528 Жыл бұрын
its showing kibana is not yet ready
@Thetips4you Жыл бұрын
Check the docker logs on why it is not ready.
@p.hariprasadreddy6528 Жыл бұрын
@@Thetips4you i checked them localahost:9200 and localhost:9600 showing output but this kibana is not showing output
@haroldpepete2 жыл бұрын
why not use elk-docker image, it already implement all three technologies
@Thetips4you2 жыл бұрын
Do you mean official elk docker image?
@haroldpepete2 жыл бұрын
@@Thetips4you the same
@FinancialIndependence2022 Жыл бұрын
Tried ok. Unless you have other tasks use up too many resources, it should be fine.
@Thetips4you Жыл бұрын
Ok
@konstantinkaiser23832 жыл бұрын
This doesn’t work on Mac M1 though?
@Thetips4you2 жыл бұрын
I didn't tried in MaC
@dancansikuku67602 жыл бұрын
Great tutorial
@Thetips4you2 жыл бұрын
Thank you
@shahrzadkhorrami8542 Жыл бұрын
Thank you ❤
@Thetips4you Жыл бұрын
You are welcome
@p.hariprasadreddy6528 Жыл бұрын
logstash | [2023-06-15T04:57:19,855][ERROR][logstash.licensechecker.licensereader] Unable to retrieve license information from license server {:message=>"No Available connections"} I am getting error like this
@Thetips4you Жыл бұрын
Check if the ports are not blocked and configurations are correct.
@p.hariprasadreddy6528 Жыл бұрын
@@Thetips4you every thing is fine but it not displaying the result sir
@ivancalisaya42182 жыл бұрын
Buen video 👍
@Thetips4you2 жыл бұрын
Gracias
@tailarsen69612 жыл бұрын
Excuse me wheres part 2?
@Thetips4you2 жыл бұрын
Please check the playlist
@bhaskarreddy-bd7hz Жыл бұрын
fake slang
@Thetips4you Жыл бұрын
You are the expert here. If you say so.
@bhaskarreddy-bd7hz Жыл бұрын
@@Thetips4you I can easily identify who is faking ! no need to fake slang ! Our own accent is beautiful and understood by everyone
@Thetips4you Жыл бұрын
Do you know me? Have you ever spoken to me directly to know who is faking? Personally I don't like to spend time talking to people like you, who don't respect others or always negative mindset.
@bhaskarreddy-bd7hz Жыл бұрын
@@Thetips4you your heart knows you are faking accent ! chill bro 😎
@Thetips4you Жыл бұрын
I think you need to grow up and think before giving feedback to someone. Everyone is having their freedom to share their view and this is yours. I don't care about it, as far as I think, it is not valuable feedback.