Module: Sumologic::Interactive::FzfViewer::Config

Defined in:
lib/sumologic/interactive/fzf_viewer/config.rb

Constant Summary collapse

TIME_WIDTH =

Display configuration

8
LEVEL_WIDTH =
7
SOURCE_WIDTH =
25
MESSAGE_PREVIEW_LENGTH =
80
SEARCHABLE_PADDING =
5
SEARCHABLE_FIELDS =

Searchable field names

%w[
  _source
  _sourcecategory
  _sourcename
  _collector
  _sourcehost
  region
  _group
  _tier
  _view
].freeze
COLORS =

ANSI color codes

{
  red: "\e[31m",
  yellow: "\e[33m",
  cyan: "\e[36m",
  gray: "\e[90m",
  reset: "\e[0m"
}.freeze