Skip to content

Commit 18cde10

Browse files
authored
Emphasize simplicity in why ecs logging docs (#54)
1 parent 503eb74 commit 18cde10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/intro.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ Refer to the installation instructions of the individual loggers:
4141
[float]
4242
=== Why ECS logging?
4343

44-
*No parsing of the log file required*::
44+
*Simplicity: no manual parsing*::
4545
+
4646
--
47-
ECS-compatible JSON doesn't require the use of Logstash or grok parsing via an ingest node pipeline.
47+
Logs arrive pre-formatted, pre-enriched and ready to add value, making problems quicker and easier to identify.
48+
No more tedious grok parsing that has to be customized for every application.
4849
--
4950

5051
*Decently human-readable JSON structure*::

0 commit comments

Comments
 (0)