-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc clarifications #2032
Doc clarifications #2032
Conversation
_meta/beat.yml
Outdated
@@ -188,7 +188,7 @@ apm-server: | |||
#setup.template.name: "apm-%{[observer.version]}" | |||
|
|||
# Template pattern. By default the template pattern is "apm-%{[observer.version]}-*" to apply to the default index settings. | |||
# The first part is the version of the beat and then -* is used to match all daily indices. | |||
# The first part is the version of the apm-server and then -* is used to match all daily indices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amended
_meta/beat.yml
Outdated
@@ -230,7 +230,7 @@ apm-server: | |||
|
|||
#================================ Outputs ===================================== | |||
|
|||
# Configure what output to use when sending the data collected by the beat. | |||
# Configure what output to use when sending the data collected by the apm-server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another the
removal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amended
@@ -29,7 +29,7 @@ apm-server: | |||
# Authorization token to be checked. If a token is set here the agents must | |||
# send their token in the following format: Authorization: Bearer <secret-token>. | |||
# It is recommended to use an authorization token in combination with SSL enabled, | |||
# and save the token in the beats keystore. | |||
# and save the token in the apm-server keystore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this the
is ok
063b982
to
f09c58d
Compare
f09c58d
to
78c0e2b
Compare
* setup with extra args doesn't setup pipelines * remove some confusing beats references from apm-server.yml
* setup with extra args doesn't setup pipelines * remove some confusing beats references from apm-server.yml
fixes #2016
also part of #2026