mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
fix callout numbering
GitHub's rendering is quite ok, just a single callout number is wrong. On https://www.elastic.co/guide/en/logstash/current/advanced-pipeline.html the rendered numbering gets quite confusing. Fixes #5146
This commit is contained in:
parent
70128d4273
commit
951e242290
1 changed files with 2 additions and 2 deletions
4
docs/static/advanced-pipeline.asciidoc
vendored
4
docs/static/advanced-pipeline.asciidoc
vendored
|
@ -399,7 +399,7 @@ filebeat:
|
|||
prospectors:
|
||||
-
|
||||
paths:
|
||||
- "/path/to/sample-log" <2>
|
||||
- "/path/to/sample-log" <1>
|
||||
fields:
|
||||
type: syslog
|
||||
output:
|
||||
|
@ -410,10 +410,10 @@ output:
|
|||
certificate_key: /path/to/ssl-certificate.key
|
||||
certificate_authorities: /path/to/ssl-certificate.crt
|
||||
timeout: 15
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
<1> Path to the file or files that Filebeat processes.
|
||||
<2> Path to the SSL certificate for the Logstash instance.
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Save this configuration file as `filebeat.yml`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue