Skip to content

Commit 9fef968

Browse files
authored
Update elasticsearch.md
Signed-off-by: Lynette Miles <[email protected]>
1 parent ad725cd commit 9fef968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ pipeline:
151151

152152
## Elasticsearch field names
153153

154-
Some input plugins can generate messages where the field names contains dots. For Elasticsearch 2.0, this isn't allowed. The current **es** plugin replaces
155-
them with an underscore:
154+
Some input plugins can generate messages where the field names contains dots (`.`). For Elasticsearch 2.0, this isn't allowed. The current `es` plugin replaces
155+
a dot with an underscore (`_`):
156156

157157
```text
158158
{"cpu0.p_cpu"=>17.000000}

0 commit comments

Comments
 (0)