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

Update links to point to new location for the stack getting started info #8172

Merged
merged 1 commit into from
Aug 31, 2018
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 filebeat/docs/migration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ https://github.com/elastic/logstash-forwarder[Logstash Forwarder] to {beatname_u

{beatname_uc} requires the {logstash-ref}/plugins-inputs-beats.html[Beats input
plugin for Logstash]. For information about getting started with this plugin,
see {stack-ov}/get-started-elastic-stack.html#logstash-setup[Configure Logstash to
see {stack-gs}/get-started-elastic-stack.html#logstash-setup[Configure Logstash to
listen for Beats input] in the {stack} getting started tutorial.

In both the 1.5.x and 2.x versions of Logstash, this plugin can be loaded in
Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/modules-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ following the numbered steps under <<filebeat-getting-started>>.
Before running {beatname_uc} modules:

* Install and configure the Elastic stack. See
{stack-ov}/get-started-elastic-stack.html[Getting started with the {stack}].
{stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}].

* Complete the {beatname_uc} installation instructions described in
<<filebeat-installation>>. After installing {beatname_uc}, return to this
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/gettingstarted.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Each Beat is a separately installable product. Before installing Beats, you need
to install and configure the {stack}. To learn how to get up and running
quickly, see {stack-ov}/get-started-elastic-stack.html[Getting started with the
quickly, see {stack-gs}/get-started-elastic-stack.html[Getting started with the
{stack}].

[TIP]
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/shared-download-and-install.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

*Before you begin*: If you haven't installed the {stack}, do that now. See
{stack-ov}/get-started-elastic-stack.html[Getting started with the {stack}].
{stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}].

To download and install {beatname_uc}, use the commands that work with your system
(<<deb, deb>> for Debian/Ubuntu, <<rpm, rpm>> for Redhat/Centos/Fedora, <<mac,
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/shared-getting-started-intro.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ related products:
* {kib} for the UI.
* {ls} (optional) for parsing and enhancing the data.

See {stack-ov}/get-started-elastic-stack.html[Getting started with the {stack}]
See {stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}]
for more information.

[TIP]
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/shared-logstash-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
To send events to {ls}, you also need to create a {ls} configuration pipeline
that listens for incoming Beats connections and indexes the received events into
{es}. For more information, see the section about
{stack-ov}/get-started-elastic-stack.html#logstash-setup[configuring {ls}] in
{stack-gs}/get-started-elastic-stack.html#logstash-setup[configuring {ls}] in
the {stack} getting started tutorial. Also see the documentation for the
{logstash-ref}/plugins-inputs-beats.html[{beats} input] and
{logstash-ref}/plugins-outputs-elasticsearch.html[{es} output] plugins.
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include::../../libbeat/docs/shared-getting-started-intro.asciidoc[]
=== Step 1: Install Winlogbeat

*Before you begin*: If you haven't installed the {stack}, do that now. See
{stack-ov}/get-started-elastic-stack.html[Getting started with the {stack}].
{stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}].

. Download the Winlogbeat zip file from the
https://www.elastic.co/downloads/beats/winlogbeat[downloads page].
Expand Down