search_index.rb 242 B

123456789
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. class SystemReport::Plugin::SearchIndex < SystemReport::Plugin
  3. DESCRIPTION = __('Elasticsearch version').freeze
  4. def fetch
  5. SearchIndexBackend.info
  6. end
  7. end