|
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}>> |
@@ -310,7 +310,7 @@ The {beats} are open source data shippers that you install as agents on your |
310 | 310 | servers to send operational data to {es}. {beats} can send data directly to {es} |
311 | 311 | or via {ls}, where you can further process and enhance the data. |
312 | 312 |
|
313 | | -Each Beat is a separately installable product. In this tutorial, you learn how |
| 313 | +Each Beat is a separately installable product. In this guide, you learn how |
314 | 314 | to install and run {metricbeat} with the `system` module enabled to collect system |
315 | 315 | metrics. |
316 | 316 |
|
@@ -646,7 +646,7 @@ To learn more about installing, configuring, and running {ls}, read the |
646 | 646 | ==== Configure {ls} to listen for {beats} input |
647 | 647 |
|
648 | 648 | {ls} provides {logstash-ref}/input-plugins.html[input plugins] for reading from |
649 | | -a variety of inputs. In this tutorial, you create a {ls} pipeline configuration |
| 649 | +a variety of inputs. In this guide, you create a {ls} pipeline configuration |
650 | 650 | that listens for {beats} input and sends the received events to the {es} output. |
651 | 651 |
|
652 | 652 | To configure {ls}: |
@@ -788,9 +788,9 @@ For example: |
788 | 788 |
|
789 | 789 | Rather than sending the whole command-line argument to {es}, you might want to |
790 | 790 | send just the command's path. One way to do that is by using a Grok filter. |
791 | | -Learning Grok is beyond the scope of this tutorial, but if you want to learn |
792 | | -more, see the {logstash-ref}/plugins-filters-grok.html[Grok filter plugin] |
793 | | -documentation. |
| 791 | +Learning Grok is beyond the scope of this getting started guide, but if you want |
| 792 | +to learn more, see the |
| 793 | +{logstash-ref}/plugins-filters-grok.html[Grok filter plugin] documentation. |
794 | 794 |
|
795 | 795 | To extract the path, add the following Grok filter between the input and output |
796 | 796 | sections in the {ls} config file that you created earlier: |
|
0 commit comments