It's my first ELK setup and I am using Ubuntu 16.04 LTS.
Tutorial I used to set up Logstash (for jenkins), Filebeat and Topbeat: https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-ubuntu-16-04.
I was able to see my Jenkins job logs but after a while they disapperd and the newer logs are only shown when I build the job. Topbeat was also working fine and I was able to monitor my server. What could be going wrong ?
I have tried to set start_position=>"beginning"
and change sincedb_path
to /dev/null
.
Asked
Active
Viewed 849 times
0

Mehdi
- 1,494
- 5
- 33
- 53

Gurpreet.S
- 89
- 1
- 9
-
Did you try to change the @timestamp filter in Kibana ? By default it only shows the data loaded during the last 15 minutes. – Mehdi Dec 19 '16 at 10:52
-
It did the job. Thank you very much!! – Gurpreet.S Dec 19 '16 at 11:05
1 Answers
0
You have to change the @timestamp filter in Kibana.
By default it only shows the data loaded during the last 15 minutes.

Mehdi
- 1,494
- 5
- 33
- 53