Slackbot
09/05/2022, 2:58 PMDidip Kerabat
09/05/2022, 3:24 PMThreadingTaskRunner.java
final File logFile = new File(taskDir, "log");
final File reportsFile = new File(attemptDir, "report.json");Didip Kerabat
09/06/2022, 4:46 PMIndexer daemon? I am seeing blank screen on the Druid UI for the Indexer .Cory Johannsen
09/06/2022, 4:47 PMindexer log itself, not the individual task VMs (which is where the UI is attempting to fetch from I think). We send out indexer logs to stdout and collect to Kibana, and that contains all logs for the entire node.Didip Kerabat
09/06/2022, 4:48 PMDidip Kerabat
09/06/2022, 4:48 PMCory Johannsen
09/06/2022, 4:49 PM