Hi Everyone,
I've been working on setting up Elk to pull Jenkins build logs into Kibana dashboard.
I setup elasticsearch, kibana & logstash on one of AWS boxes and installed filebeat on the Jenkins master box.
I'm actually facing 2 issues and these could be inter-related.
1)
Logstash service seems to be running, shown below:
However, when I try a simple curl on the box where it's installed, it shows below:
- My filebeat service on the Jenkins master looks fine and its running perfectly since I can see it harvesting the logs and trying to publish it to logstash. But it seems to be getting timed out.
Any help on these will be really appreciated.
I apologize if this has been discussed already.
~Raman