zammad/app/models/system_report/plugin/search_index.rb
2026-01-02 15:41:09 +02:00

9 lines
242 B
Ruby

# Copyright (C) 2012-2026 Zammad Foundation, https://zammad-foundation.org/
class SystemReport::Plugin::SearchIndex < SystemReport::Plugin
DESCRIPTION = __('Elasticsearch version').freeze
def fetch
SearchIndexBackend.info
end
end