inside_file_root?

in lib/logstash/outputs/kusto.rb [241:245]


  def inside_file_root?(log_path)
    target_file = File.expand_path(log_path)
    return target_file.start_with?("#{@file_root}/")
  end