Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cachedout committed Jan 16, 2020
1 parent 2078244 commit cf9df91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
# the username and password that the Kibana server uses to perform maintenance on the Kibana
# index at startup. Your Kibana users still need to authenticate with Elasticsearch, which
# is proxied through the Kibana server.
#elasticsearch.username: "kibana"
#elasticsearch.password: "pass"
elasticsearch.username: "elastic"
elasticsearch.password: "changeme"

# Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively.
# These settings enable SSL for outgoing requests from the Kibana server to the browser.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const metrics = {
apm_acm_requests: new ApmEventsRateClusterMetric({
field: 'beats_stats.metrics.apm-server.acm.request.count',
title: i18n.translate('xpack.monitoring.metrics.apm.acm.requestsTitle', {
defaultMessage: 'Requests Count Agent Configuration Management',
defaultMessage: 'Request Count Agent Configuration Management',
}),
label: i18n.translate('xpack.monitoring.metrics.apm.acm.request.requestedLabel', {
defaultMessage: 'Requested'
Expand Down Expand Up @@ -270,7 +270,7 @@ export const metrics = {
apm_server_responses_errors_toolarge: new ApmEventsRateClusterMetric({
field: 'beats_stats.metrics.apm-server.server.response.errors.toolarge',
title: i18n.translate('xpack.monitoring.metrics.apm.server.responseErrorsTitle', {
defaultMessage: 'Too large'
defaultMessage: 'Response Errors Intake API'
}),
label: i18n.translate('xpack.monitoring.metrics.apm.sever.responseErrors.tooLargeLabelTitle', {
defaultMessage: 'Too large'
Expand Down Expand Up @@ -406,7 +406,7 @@ export const metrics = {
apm_acm_responses_errors_forbidden: new ApmEventsRateClusterMetric({
field: 'beats_stats.metrics.apm-server.acm.response.errors.forbidden',
title: i18n.translate('xpack.monitoring.metrics.apm.acm.responseErrors.acmForbiddenTitle', {
defaultMessage: 'Forbidden HTTP requests'
defaultMessage: 'Response Errors Agent Configuration Management'
}),
label: i18n.translate('xpack.monitoring.metrics.apm.acm.responseErrors.acmForbiddenLabel', {
defaultMessage: 'Forbidden'
Expand Down

0 comments on commit cf9df91

Please sign in to comment.