We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ddfdc commit 16cf1d5Copy full SHA for 16cf1d5
config/targets.json
@@ -475,6 +475,14 @@
475
"external": true,
476
"category": "Integrations"
477
},
478
+ {
479
+ "name": "Elastic Common Schema",
480
+ "page": "https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.NLog.Targets",
481
+ "description": "Writes logs directly to Elasticsearch or Elastic Cloud using the Elastic Common Schema (ECS)",
482
+ "package": "Elastic.NLog.Targets",
483
+ "external": true,
484
+ "category": "Integrations"
485
+ },
486
{
487
"name": "Elastic Search",
488
"page": "https://github.com/ReactiveMarkets/NLog.Targets.ElasticSearch",
0 commit comments