Skip to content

Commit e991fa0

Browse files
authored
Update elasticsearch.asciidoc (#4241)
Fix YAML formatting for `ouput.elasticsearch.index` option in example.
1 parent ea46a19 commit e991fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/apm-server/legacy/copied-from-beats/outputs/elasticsearch/docs/elasticsearch.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ events into different indices:
247247
------------------------------------------------------------------------------
248248
output.elasticsearch:
249249
hosts: ["http://localhost:9200"]
250-
index: "apm-%{[observer.version]}-%{[processor.event]}-%{+yyyy.MM.dd}\" <1>
250+
index: "apm-%{[observer.version]}-%{[processor.event]}-%{+yyyy.MM.dd}" <1>
251251
------------------------------------------------------------------------------
252252
<1> +{beat_version_key}+ is a field managed by Beats that is added to every document;
253253
It holds the current version of APM Server. We recommend including

0 commit comments

Comments
 (0)