From 50720b0032e65385d904cbfc21b4bdc4557f4589 Mon Sep 17 00:00:00 2001 From: Amirghk <90721706+Amirghk@users.noreply.github.com> Date: Mon, 25 Dec 2023 11:25:08 +0330 Subject: [PATCH] Update serilog.asciidoc (fixed a small typo) --- docs/data-shippers/serilog.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-shippers/serilog.asciidoc b/docs/data-shippers/serilog.asciidoc index 493e0e53..c28261a2 100644 --- a/docs/data-shippers/serilog.asciidoc +++ b/docs/data-shippers/serilog.asciidoc @@ -61,7 +61,7 @@ Writing to `Elastic Cloud`: |=== |Option |Description -|`Transport` |An instance of `Elastic.Transport` that dictates where and how wer are communicating to. Defaults to `http://localhost:9200` +|`Transport` |An instance of `Elastic.Transport` that dictates where and how we are communicating to. Defaults to `http://localhost:9200` |`DataStream` |Where to write data, defaults to the `logs-dotnet-default` datastream. |`BootstrapMethod` |Wheter the sink should attempt to install component and index templates to ensure the datastream has ECS mappings. Can be be either `None` (the default), `Silent` (attempt but fail silently), `Failure` (attempt and fail with exceptions if bootstrapping fails). |`TextFormatting` |Allows explicit control of over the `EcsTextFormatterConfiguration` used to emit ECS json documents. See https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.CommonSchema.Serilog[`Elastic.CommonSchema.Serilog`] for available options. @@ -109,4 +109,4 @@ Will override `trace.id` on the resulting ECS json document. * If you need higher guarantees on log delivery use https://github.com/serilog/serilog-sinks-file[`Serilog.Sinks.File`] with our https://www.nuget.org/packages/Elastic.CommonSchema.Serilog/[ECS log formatter] for Serilog and use https://www.elastic.co/beats/filebeat[filebeat] to ship these logs. * Check out {fleet-ref}/fleet-overview.html[Elastic Agent and Fleet] to simplify collecting logs and metrics on the edge. -If you miss a particular feature from `Serilog.Sinks.Elasticsearch` in `Elastic.Serilog.Sinks` please open a https://github.com/elastic/ecs-dotnet/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=%5BFEATURE%5D[feature request]! We'd love to grow this sink organically moving forward. \ No newline at end of file +If you miss a particular feature from `Serilog.Sinks.Elasticsearch` in `Elastic.Serilog.Sinks` please open a https://github.com/elastic/ecs-dotnet/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=%5BFEATURE%5D[feature request]! We'd love to grow this sink organically moving forward.