2

GrayLog2 streams show by default: Date, Host, Severity, Facility and so on. I'd like to remove the redundant fields (Host, Severity and Facility).

Is it possible to customize this view?

Thanks!

Nir
  • 3,963
  • 8
  • 37
  • 51

1 Answers1

2

The view is customizable by editing the file _table.html.erb

the file is located in /data/servers/equinox_logs-apache/log_ui/app/views/messages

you can comment out the undesired columns in the html.

Nir
  • 3,963
  • 8
  • 37
  • 51