From 27426502255f7c07aa48ee69292a0ad452afdeb1 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Tue, 6 Apr 2021 13:08:51 -0700 Subject: [PATCH] Fix links to Beats product pages (#24821) --- README.md | 2 +- dev-tools/mage/settings.go | 2 +- dev-tools/packaging/templates/deb/elastic-agent.init.sh.tmpl | 2 +- dev-tools/packaging/templates/deb/init.sh.tmpl | 2 +- dev-tools/packaging/templates/rpm/elastic-agent.init.sh.tmpl | 2 +- dev-tools/packaging/templates/rpm/init.sh.tmpl | 2 +- filebeat/README.md | 2 +- libbeat/README.md | 2 +- libbeat/docs/shared-libbeat-description.asciidoc | 2 +- libbeat/scripts/Makefile | 2 +- packetbeat/README.md | 2 +- x-pack/functionbeat/docs/overview.asciidoc | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fc80a632a76..88737d72046 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dev-tools/mage/settings.go b/dev-tools/mage/settings.go index 9640af73e27..5134a24e22d 100644 --- a/dev-tools/mage/settings.go +++ b/dev-tools/mage/settings.go @@ -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 diff --git a/dev-tools/packaging/templates/deb/elastic-agent.init.sh.tmpl b/dev-tools/packaging/templates/deb/elastic-agent.init.sh.tmpl index 4ee5f6c2e5a..812bc978199 100644 --- a/dev-tools/packaging/templates/deb/elastic-agent.init.sh.tmpl +++ b/dev-tools/packaging/templates/deb/elastic-agent.init.sh.tmpl @@ -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" diff --git a/dev-tools/packaging/templates/deb/init.sh.tmpl b/dev-tools/packaging/templates/deb/init.sh.tmpl index 90d026dd0ba..b30e29d40a1 100644 --- a/dev-tools/packaging/templates/deb/init.sh.tmpl +++ b/dev-tools/packaging/templates/deb/init.sh.tmpl @@ -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" diff --git a/dev-tools/packaging/templates/rpm/elastic-agent.init.sh.tmpl b/dev-tools/packaging/templates/rpm/elastic-agent.init.sh.tmpl index eb5a96e878d..573f0c9496b 100644 --- a/dev-tools/packaging/templates/rpm/elastic-agent.init.sh.tmpl +++ b/dev-tools/packaging/templates/rpm/elastic-agent.init.sh.tmpl @@ -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 diff --git a/dev-tools/packaging/templates/rpm/init.sh.tmpl b/dev-tools/packaging/templates/rpm/init.sh.tmpl index bfdf44fff9c..1bd3a846705 100644 --- a/dev-tools/packaging/templates/rpm/init.sh.tmpl +++ b/dev-tools/packaging/templates/rpm/init.sh.tmpl @@ -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 diff --git a/filebeat/README.md b/filebeat/README.md index b47e54f4138..893d35e5e21 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -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 diff --git a/libbeat/README.md b/libbeat/README.md index 4457f82afbf..cf99987c5a3 100644 --- a/libbeat/README.md +++ b/libbeat/README.md @@ -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 diff --git a/libbeat/docs/shared-libbeat-description.asciidoc b/libbeat/docs/shared-libbeat-description.asciidoc index a2c78691fbb..c457c21be0f 100644 --- a/libbeat/docs/shared-libbeat-description.asciidoc +++ b/libbeat/docs/shared-libbeat-description.asciidoc @@ -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}]. diff --git a/libbeat/scripts/Makefile b/libbeat/scripts/Makefile index e6d913ab1f4..dbea7011e9f 100755 --- a/libbeat/scripts/Makefile +++ b/libbeat/scripts/Makefile @@ -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 diff --git a/packetbeat/README.md b/packetbeat/README.md index fb164d1dc49..fcda826edbf 100644 --- a/packetbeat/README.md +++ b/packetbeat/README.md @@ -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 . +To learn more about Packetbeat, check out . ## Getting started diff --git a/x-pack/functionbeat/docs/overview.asciidoc b/x-pack/functionbeat/docs/overview.asciidoc index 685a9910253..132028d3b36 100644 --- a/x-pack/functionbeat/docs/overview.asciidoc +++ b/x-pack/functionbeat/docs/overview.asciidoc @@ -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}.