0
0
Fork 0

Add admin dashboard checks for Elasticsearch version (#17863)

This commit is contained in:
Claire 2022-03-25 21:00:59 +01:00 committed by GitHub
parent b58db8f12e
commit f65eaa5aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 0 deletions

View file

@ -780,6 +780,11 @@ en:
message_html: You haven't defined any server rules.
sidekiq_process_check:
message_html: No Sidekiq process running for the %{value} queue(s). Please review your Sidekiq configuration
elasticsearch_running_check:
message_html: Could not connect to Elasticsearch. Please check that it is running, or disable full-text search
elasticsearch_version_check:
message_html: "Incompatible Elasticsearch version: %{value}"
version_comparison: "Elasticsearch %{running_version} is running while %{required_version} is required"
tags:
review: Review status
updated_msg: Hashtag settings updated successfully