Skip to content
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

Cherry-pick to 7.x: Fix links to Beats product pages (#24821) #24953

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Beats - The Lightweight Shippers of the Elastic Stack

The [Beats](https://www.elastic.co/products/beats) are lightweight data
The [Beats](https://www.elastic.co/beats) are lightweight data
shippers, written in Go, that you install on your servers to capture all sorts
of operational data (think of logs, metrics, or network packet data). The Beats
send the operational data to Elasticsearch, either directly or via Logstash, so
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/mage/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var (
BeatDescription = EnvOr("BEAT_DESCRIPTION", "")
BeatVendor = EnvOr("BEAT_VENDOR", "Elastic")
BeatLicense = EnvOr("BEAT_LICENSE", "ASL 2.0")
BeatURL = EnvOr("BEAT_URL", "https://www.elastic.co/products/beats/"+BeatName)
BeatURL = EnvOr("BEAT_URL", "https://www.elastic.co/beats/"+BeatName)
BeatUser = EnvOr("BEAT_USER", "root")

BeatProjectType ProjectType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Default-Stop: 0 1 6
# Short-Description: {{.Description}}
# Description: {{.BeatName | title}} is a shipper part of the Elastic Beats
# family. Please see: https://www.elastic.co/products/beats
# family. Please see: https://www.elastic.co/beats
### END INIT INFO

# Do NOT "set -e"
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/packaging/templates/deb/init.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Default-Stop: 0 1 6
# Short-Description: {{.Description}}
# Description: {{.BeatName | title}} is a shipper part of the Elastic Beats
# family. Please see: https://www.elastic.co/products/beats
# family. Please see: https://www.elastic.co/beats
### END INIT INFO

# Do NOT "set -e"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Default-Stop: 0 1 6
# Short-Description: {{.Description}}
# Description: {{.BeatName | title}} is a shipper part of the Elastic Beats
# family. Please see: https://www.elastic.co/products/beats
# family. Please see: https://www.elastic.co/beats
### END INIT INFO


Expand Down
2 changes: 1 addition & 1 deletion dev-tools/packaging/templates/rpm/init.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Default-Stop: 0 1 6
# Short-Description: {{.Description}}
# Description: {{.BeatName | title}} is a shipper part of the Elastic Beats
# family. Please see: https://www.elastic.co/products/beats
# family. Please see: https://www.elastic.co/beats
### END INIT INFO


Expand Down
2 changes: 1 addition & 1 deletion filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Filebeat is an open source file harvester, mostly used to fetch logs files and feed them into logstash.
Together with the libbeat lumberjack output is a replacement for [logstash-forwarder](https://github.com/elastic/logstash-forwarder).

To learn more about Filebeat, check out https://www.elastic.co/products/beats/filebeat.
To learn more about Filebeat, check out https://www.elastic.co/beats/filebeat.


## Quick start
Expand Down
2 changes: 1 addition & 1 deletion libbeat/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# libbeat - Framework for building the Beats

libbeat is a Go library containing the common packages for all the
[Beats](https://www.elastic.co/products/beats).
[Beats](https://www.elastic.co/beats).
It is Apache licensed and actively maintained by the Elastic team.

If you want to create a new project that reads some sort of operational data
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/shared-libbeat-description.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{beatname_uc} is an Elastic https://www.elastic.co/products/beats[Beat]. It's
{beatname_uc} is an Elastic https://www.elastic.co/beats[Beat]. It's
based on the `libbeat` framework. For more information, see the
{beats-ref}/index.html[{libbeat-docs}].
2 changes: 1 addition & 1 deletion libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BEAT_PATH?=${BEATS_ROOT}/${BEAT_NAME}
BEAT_IMPORT_PATH?=${BEATS_ROOT_IMPORT_PATH}/${BEAT_FULL_NAME}
BEAT_PACKAGE_NAME?=${BEAT_NAME}
BEAT_INDEX_PREFIX?=${BEAT_NAME}
BEAT_URL?=https://www.elastic.co/products/beats/${BEAT_NAME} ## @packaging Link to the homepage of the application
BEAT_URL?=https://www.elastic.co/beats/${BEAT_NAME} ## @packaging Link to the homepage of the application
BEAT_DOC_URL?=https://www.elastic.co/guide/en/beats/${BEAT_NAME}/current/index.html ## @packaging Link to the user documentation of the application
BEAT_LICENSE?=ASL 2.0 ## @packaging Software license of the application
BEAT_VENDOR?=Elastic ## @packaging Name of the vendor of the application
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For each transaction, the shipper inserts a JSON document into Elasticsearch,
where it is stored and indexed. You can then use Kibana to view key metrics and
do ad-hoc queries against the data.

To learn more about Packetbeat, check out <https://www.elastic.co/products/beats/packetbeat>.
To learn more about Packetbeat, check out <https://www.elastic.co/beats/packetbeat>.

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion x-pack/functionbeat/docs/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[role="xpack"]
== {beatname_uc} overview

{beatname_uc} is an Elastic https://www.elastic.co/products/beats[Beat] that you
{beatname_uc} is an Elastic https://www.elastic.co/beats[Beat] that you
deploy as a function in your serverless environment to collect data from cloud
services and ship it to the {stack}.

Expand Down