mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Add text offering Elasticsearch Servicehoste hosted es Revise text
Fixes #9892
This commit is contained in:
parent
103677d0ce
commit
894f7600e1
1 changed files with 10 additions and 1 deletions
11
docs/static/advanced-pipeline.asciidoc
vendored
11
docs/static/advanced-pipeline.asciidoc
vendored
|
@ -406,7 +406,16 @@ Notice that the event now contains geographic location information:
|
|||
[[indexing-parsed-data-into-elasticsearch]]
|
||||
==== Indexing Your Data into Elasticsearch
|
||||
|
||||
Now that the web logs are broken down into specific fields, the Logstash pipeline can index the data into an
|
||||
Now that the web logs are broken down into specific fields, you're ready to get
|
||||
your data into Elasticsearch.
|
||||
|
||||
TIP: You can run Elasticsearch on your own hardware, or use our
|
||||
https://www.elastic.co/cloud/elasticsearch-service[hosted {es} Service] on
|
||||
Elastic Cloud. The Elasticsearch Service is available on both AWS and GCP.
|
||||
https://www.elastic.co/cloud/elasticsearch-service/signup[Try the {es} Service
|
||||
for free].
|
||||
|
||||
The Logstash pipeline can index the data into an
|
||||
Elasticsearch cluster. Edit the `first-pipeline.conf` file and replace the entire `output` section with the following
|
||||
text:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue