Skip to content

Commit 99dd313

Browse files
authored
Added CLEF-Layout and ECS-Layout (#251)
1 parent 95f389c commit 99dd313

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

config/layouts.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"name": "Simple (plain text)",
34-
"page": "TextLayout",
34+
"page": "SimpleLayout",
3535
"description": "Write events as plain text. The default layout when no Layout type is specified."
3636
},
3737
{
@@ -64,11 +64,27 @@
6464
]
6565
},
6666
{
67-
"name": "Gelf",
67+
"name": "GELF JSON",
6868
"page": "https://github.com/farzadpanahi/NLog.GelfLayout",
69-
"description": "Write events to GELF JSON-format for GrayLog server.",
69+
"description": "Write events to GELF JSON-format for GrayLog-server.",
7070
"package": [
7171
"NLog.GelfLayout"
7272
]
73+
},
74+
{
75+
"name": "CLEF JSON",
76+
"page": "https://github.com/paulem/nlog-layouts-clef",
77+
"description": "Write events in JSON using the Compact Log Event Format (CLEF) for Seq-server.",
78+
"package": [
79+
"NLog.Layouts.ClefJsonLayout"
80+
]
81+
},
82+
{
83+
"name": "Elastic JSON",
84+
"page": "https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.CommonSchema.NLog",
85+
"description": "Write events in JSON using Elastic Common Schema (ECS) for ElasticSearch-server.",
86+
"package": [
87+
"Elastic.CommonSchema.NLog"
88+
]
7389
}
7490
]

0 commit comments

Comments
 (0)