mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Using correct markdown syntax for links
This commit is contained in:
parent
40c5b240bf
commit
12283c0e1b
3 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ Type stuff on stdin on the agent, then search for it in the web interface.
|
|||
|
||||
Let's backfill some old apache logs. First, let's use grok.
|
||||
|
||||
Use the [../../filters/grok]('grok') logstash filter to parse logs.
|
||||
Use the ['grok'](../../filters/grok) logstash filter to parse logs.
|
||||
|
||||
### Download
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ On the server collecting and indexing your logs:
|
|||
Requirements: java
|
||||
|
||||
You'll most likely want the version of ElasticSearch specified by the
|
||||
[../outputs/elasticsearch](outputs/elasticsearch) docs. Modify this in your shell
|
||||
[elasticsearch output](../outputs/elasticsearch) docs. Modify this in your shell
|
||||
for easy downloading of ElasticSearch:
|
||||
|
||||
ES_PACKAGE=elasticsearch-%ELASTICSEARCH_VERSION%.zip
|
||||
|
|
|
@ -78,7 +78,7 @@ Point your browser at <http://yourserver:9292> and start searching!
|
|||
## Futher reading
|
||||
|
||||
Want to know more about the configuration language? Check out the
|
||||
[../configuration](configuration) documentation.
|
||||
[configuration](../configuration) documentation.
|
||||
|
||||
You may have logs on many servers you want to centralize through logstash. To
|
||||
learn how to do that, [read this](getting-started-centralized)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue