When running logstash as a service on Ubuntu 14.04 using following command:-
sudo initctl start logstash
Observing that a new logstash process is spawned after every 15 seconds.
If logstash has started with process id 1025, then after 15 seconds the process id is different from 1025 and subsequently process id's keep on changing.