From e1a9f54340733ef540e9258c87f5867831c5170e Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Sat, 16 Feb 2019 08:26:30 -0600 Subject: [PATCH] Add snapshots to main README (#10785) Also cleans up old inaccurate snapshot references --- README.md | 4 ++++ metricbeat/README.md | 4 ---- packetbeat/README.md | 4 ---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7bb72681625b..f6f0bc6bbc87 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,7 @@ Beats](https://github.com/elastic/beats/blob/master/libbeat/docs/communitybeats. See our [CONTRIBUTING](CONTRIBUTING.md) file for information about setting up your dev environment to build Beats from the source. + +## Snapshots + +For testing purposes, we generate snapshot builds that you can find [here](https://beats-ci.elastic.co/job/elastic+beats+master+multijob-package-linux/lastSuccessfulBuild/gcsObjects/). Please be aware that these are built on top of master and are not meant for production. diff --git a/metricbeat/README.md b/metricbeat/README.md index 84c3e3e4b7a6..5d817506b0ae 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -25,7 +25,3 @@ If you are sure you found a bug or have a feature request, open an issue on We love contributions from our community! Please read the [CONTRIBUTING.md](../CONTRIBUTING.md) file. - -## Snapshots - -For testing purposes, we generate snapshot builds that you can find [here](https://beats-nightlies.s3.amazonaws.com/index.html?prefix=metricbeat). Please be aware that these are built on top of master and are not meant for production. diff --git a/packetbeat/README.md b/packetbeat/README.md index f4fab5eb0c99..832e79065c17 100644 --- a/packetbeat/README.md +++ b/packetbeat/README.md @@ -39,7 +39,3 @@ If you are sure you found a bug or have a feature request, open an issue on We love contributions from our community! Please read the [CONTRIBUTING.md](../CONTRIBUTING.md) file. - -## Snapshots - -For testing purposes, we generate snapshot builds that you can find [here](https://beats-nightlies.s3.amazonaws.com/index.html?prefix=packetbeat). Please be aware that these are built on top of master and are not meant for production.