5657585960616263
poll2.startThread(); PollingThread poll3 = new PollingThread(new LogstashIndexAgeOutPollHandler(), 3600*1000L); poll3.startThread(); PollingThread poll4 = new PollingThread(new LogstashSourceDeletionPollHandler(), 10*1000L); poll4.startThread(); }