mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
c4d24c13ac
commit
b2e2a59c8a
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ Paste the skeleton into a file named `first-pipeline.conf` in your home Logstash
|
|||
This example creates a Logstash pipeline that takes Apache web logs as input, parses those logs to create specific,
|
||||
named fields from the logs, and writes the parsed data to an Elasticsearch cluster.
|
||||
|
||||
// You can download the sample data set used in this example http://tbd.co/groksample.log[here]. Unpack this file.
|
||||
You can download the sample data set used in this example
|
||||
https://download.elastic.co/demos/logstash/gettingstarted/logstash-tutorial.log.gz[here]. Unpack this file.
|
||||
|
||||
[float]
|
||||
[[configuring-file-input]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue