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:
Matthias Bastian 2016-04-20 13:34:23 +02:00 committed by Suyog Rao
parent 70128d4273
commit 951e242290

View file

@ -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`.