id="es-logs-link"
download="sonarqube_es.log"
target="_blank">
- Elasticsearch
+ Search Engine
</a>
</li>
<li>
</button>
)}
{this.props.canRestart &&
- this.state.openRestartForm && <RestartForm onClose={this.handleServerRestartClose} />}
+ this.state.openRestartForm && <RestartForm onClose={this.handleServerRestartClose} />}
{this.state.openLogsLevelForm && (
<ChangeLogLevelForm
infoMsg={translate(
return {
Web: pickBy(sysInfoData, (_, key) => key.startsWith('Web')),
'Compute Engine': pickBy(sysInfoData, (_, key) => key.startsWith('Compute Engine')),
- Search: pickBy(sysInfoData, (_, key) => key.startsWith('Search'))
+ 'Search Engine': pickBy(sysInfoData, (_, key) => key.startsWith('Search'))
};
}
#------------------------------------------------------------------------------
system.application_nodes_title=Application Nodes
system.are_you_sure_to_restart=Are you sure you want to restart the server?
-system.cluster_log_level.info=Changes apply to all Application nodes but not to Search nodes.
+system.cluster_log_level.info=Your selection affect all Application nodes but not the Search nodes.
system.current_health_of_x=Current health status of {0}
system.download_logs=Download Logs
system.download_system_info=Download System Info
system.lts_version=LTS Version
system.log_level.warning=This level has performance impacts, please make sure to get back to INFO level once your investigation is done. Please note that when the server is restarted, logging will revert to the level configured in sonar.properties.
system.log_level.warning.short=Current logs level has performance impacts, get back to INFO level.
-system.log_level.info=Changes don't apply to Search.
+system.log_level.info=Your selection does not affect the Search Engine.
system.logs_level=Logs level
system.new_version_available=A new version of SonarQube is available.
system.release_notes=Release Notes
.shouldHaveSection("Compute Engine Logging")
.shouldHaveSection("Compute Engine Tasks");
- page.getCardItem("Search")
+ page.getCardItem("Search Engine")
.shouldHaveSection("Search State")
.shouldHaveSection("Search Indexes");
}