Add warning for Elasticsearch index analyzers mismatch (#34515)
This commit is contained in:
parent
1326c8cb1d
commit
7a70d95435
2 changed files with 17 additions and 0 deletions
|
@ -903,6 +903,8 @@ en:
|
|||
system_checks:
|
||||
database_schema_check:
|
||||
message_html: There are pending database migrations. Please run them to ensure the application behaves as expected
|
||||
elasticsearch_analysis_index_mismatch:
|
||||
message_html: Elasticsearch index analyzer settings are outdated. Please run <code>tootctl search deploy --only-mapping --only=%{value}</code>
|
||||
elasticsearch_health_red:
|
||||
message_html: Elasticsearch cluster is unhealthy (red status), search features are unavailable
|
||||
elasticsearch_health_yellow:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue