in lib/logstash/outputs/kusto/interval.rb [40:47]
def start @mutex.synchronize do return if @thread && @thread.alive? @thread = Thread.new { run } end end