0

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.

Mehdi
  • 1,494
  • 5
  • 33
  • 53
Gurpreet.S
  • 89
  • 1
  • 9

1 Answers1

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