|
1 | 1 | [[get-started-elastic-stack]] |
2 | 2 | == Getting started with the {stack} |
3 | 3 |
|
4 | | -Looking for an {stack} ("ELK" tutorial) that shows how to set up the {stack}? In |
5 | | -this tutorial, you learn how to get up and running quickly. First you install |
6 | | -the core open source products: |
| 4 | +Looking for an {stack} ("ELK") guide that shows how to set up the {stack} and |
| 5 | +get up and running quickly? You're on the right place! First you install the |
| 6 | +core products: |
7 | 7 |
|
8 | 8 | * <<install-elasticsearch,{es}>> |
9 | 9 | * <<install-kibana,{kib}>> |
@@ -333,7 +333,7 @@ The {beats} are open source data shippers that you install as agents on your |
333 | 333 | servers to send operational data to {es}. {beats} can send data directly to {es} |
334 | 334 | or via {ls}, where you can further process and enhance the data. |
335 | 335 |
|
336 | | -Each Beat is a separately installable product. In this tutorial, you learn how |
| 336 | +Each Beat is a separately installable product. In this guide, you learn how |
337 | 337 | to install and run {metricbeat} with the `system` module enabled to collect system |
338 | 338 | metrics. |
339 | 339 |
|
@@ -687,7 +687,7 @@ To learn more about installing, configuring, and running {ls}, read the |
687 | 687 | ==== Configure {ls} to listen for {beats} input |
688 | 688 |
|
689 | 689 | {ls} provides {logstash-ref}/input-plugins.html[input plugins] for reading from |
690 | | -a variety of inputs. In this tutorial, you create a {ls} pipeline configuration |
| 690 | +a variety of inputs. In this guide, you create a {ls} pipeline configuration |
691 | 691 | that listens for {beats} input and sends the received events to the {es} output. |
692 | 692 |
|
693 | 693 | To configure {ls}: |
@@ -829,9 +829,9 @@ For example: |
829 | 829 |
|
830 | 830 | Rather than sending the whole command-line argument to {es}, you might want to |
831 | 831 | send just the command's path. One way to do that is by using a Grok filter. |
832 | | -Learning Grok is beyond the scope of this tutorial, but if you want to learn |
833 | | -more, see the {logstash-ref}/plugins-filters-grok.html[Grok filter plugin] |
834 | | -documentation. |
| 832 | +Learning Grok is beyond the scope of this getting started guide, but if you want |
| 833 | +to learn more, see the |
| 834 | +{logstash-ref}/plugins-filters-grok.html[Grok filter plugin] documentation. |
835 | 835 |
|
836 | 836 | To extract the path, add the following Grok filter between the input and output |
837 | 837 | sections in the {ls} config file that you created earlier: |
|
0 commit comments