Skip to content

Commit 782d921

Browse files
authored
Add ecs to terminology list (#254)
* Add ecs to terminology list * Modify ecs definition
1 parent 0973404 commit 782d921

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/en/glossary/glossary.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,14 @@ getting or searching for a document.
235235
+
236236
//Source: Elasticsearch
237237
endif::elasticsearch-terms[]
238+
239+
[[glossary-ecs]] Elastic Common Schema (ECS) ::
240+
241+
A document schema for Elasticsearch, for use cases such as logging and metrics.
242+
ECS defines a common set of fields, their datatype, and gives guidance on their
243+
correct usage. ECS is used to improve uniformity of event data coming from
244+
different sources.
245+
238246
ifdef::logstash-terms[]
239247

240248
[[glossary-event]] event ::

0 commit comments

Comments
 (0)