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

[DOCS] Removes the term: tutorial from the Getting started with the Elastic Stack page #392

Merged
merged 22 commits into from
Jul 1, 2019
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1eccf7e
Added dataframes intro file to the ML section, amended overview.ascii…
szabosteve May 29, 2019
e4a91a3
Fixed paragraph style.
szabosteve May 29, 2019
ca68a7a
Fixed markup.
szabosteve May 29, 2019
016d36f
Fixed markup.
szabosteve May 29, 2019
1916513
Rephrased sentences to improve readability.
szabosteve May 29, 2019
65f6dab
Fixed header.
szabosteve May 30, 2019
a564230
Extended the text: pivoting, aggregation, continuous data frames.
szabosteve May 31, 2019
236ba3a
Amended the promise about continuous data frames.
szabosteve May 31, 2019
04051ba
Fixed typo.
szabosteve May 31, 2019
7e89296
Added simple example to the intro.
szabosteve May 31, 2019
00e6e92
Quick fix.
szabosteve May 31, 2019
a09d80f
Amended the text based on the technical and peer reviews.
szabosteve Jun 11, 2019
09246fe
Added beta tag to the page.
szabosteve Jun 11, 2019
648cb7d
Improve readability.
szabosteve Jun 12, 2019
0ed95f8
Adds screenshot to the example.
szabosteve Jun 12, 2019
17fb7cd
Merge branch 'master' of github.com:elastic/stack-docs
szabosteve Jun 13, 2019
59d2520
Merge branch 'master' of github.com:elastic/stack-docs
szabosteve Jun 13, 2019
5fb3569
Merge branch 'master' of github.com:elastic/stack-docs
szabosteve Jun 17, 2019
a80e070
Merge branch 'master' of github.com:elastic/stack-docs
szabosteve Jun 24, 2019
c93b440
Merge branch 'master' of github.com:elastic/stack-docs
szabosteve Jun 26, 2019
4d05e7e
[DOCS] Removes the term: tutorial from the Getting started with the E…
szabosteve Jun 28, 2019
620e157
Adresses feedback.
szabosteve Jul 1, 2019
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
16 changes: 8 additions & 8 deletions docs/en/getting-started/get-started-stack.asciidoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[[get-started-elastic-stack]]
== Getting started with the {stack}

Looking for an {stack} ("ELK" tutorial) that shows how to set up the {stack}? In
this tutorial, you learn how to get up and running quickly. First you install
the core products:
Looking for an {stack} ("ELK") guide that shows how to set up the {stack}?
szabosteve marked this conversation as resolved.
Show resolved Hide resolved
You're on the right place! You learn how to get up and running quickly. First
szabosteve marked this conversation as resolved.
Show resolved Hide resolved
you install the core products:

* <<install-elasticsearch,{es}>>
* <<install-kibana,{kib}>>
Expand Down Expand Up @@ -377,7 +377,7 @@ The {beats} are open source data shippers that you install as agents on your
servers to send operational data to {es}. {beats} can send data directly to {es}
or via {ls}, where you can further process and enhance the data.

Each Beat is a separately installable product. In this tutorial, you learn how
Each Beat is a separately installable product. In this guide, you learn how
to install and run {metricbeat} with the `system` module enabled to collect system
metrics.

Expand Down Expand Up @@ -788,7 +788,7 @@ To learn more about installing, configuring, and running {ls}, read the
==== Configure {ls} to listen for {beats} input

{ls} provides {logstash-ref}/input-plugins.html[input plugins] for reading from
a variety of inputs. In this tutorial, you create a {ls} pipeline configuration
a variety of inputs. In this guide, you create a {ls} pipeline configuration
that listens for {beats} input and sends the received events to the {es} output.

To configure {ls}:
Expand Down Expand Up @@ -939,9 +939,9 @@ For example:

Rather than sending the whole command-line argument to {es}, you might want to
send just the command's path. One way to do that is by using a Grok filter.
Learning Grok is beyond the scope of this tutorial, but if you want to learn
more, see the {logstash-ref}/plugins-filters-grok.html[Grok filter plugin]
documentation.
Learning Grok is beyond the scope of this getting started guide, but if you want
to learn more, see the
{logstash-ref}/plugins-filters-grok.html[Grok filter plugin] documentation.

To extract the path, add the following Grok filter between the input and output
sections in the {ls} config file that you created earlier:
Expand Down