Skip to content

Commit

Permalink
Update serilog.asciidoc (fixed a small typo) (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Laarman <[email protected]>
  • Loading branch information
Amirghk and Mpdreamz authored Apr 5, 2024
1 parent 34c72d7 commit 36733aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-shippers/serilog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 36733aa

Please sign in to comment.