You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference/_formatters.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ We also support writing logs directly to Elasticsearch or Elastic Cloud. See our
33
33
:::::::{tab-set}
34
34
35
35
::::::{tab-item} Log file
36
-
1. Follow the [Filebeat quick start](beats://docs/reference/filebeat/filebeat-installation-configuration.md)
36
+
1. Follow the [Filebeat quick start](beats://reference/filebeat/filebeat-installation-configuration.md)
37
37
2. Add the following configuration to your `filebeat.yaml` file.
38
38
39
39
For Filebeat 7.16+
@@ -59,7 +59,7 @@ processors: <5>
59
59
2. Values from the decoded JSON object overwrite the fields that {{filebeat}} normally adds (type, source, offset, etc.) in case of conflicts.
60
60
3. {{filebeat}} adds an "error.message" and "error.type: json" key in case of JSON unmarshalling errors.
61
61
4. {{filebeat}} will recursively de-dot keys in the decoded JSON, and expand them into a hierarchical object structure.
62
-
5. Processors enhance your data. See [processors](beats://docs/reference/filebeat/filtering-enhancing-data.md) to learn more.
62
+
5. Processors enhance your data. See [processors](beats://reference/filebeat/filtering-enhancing-data.md) to learn more.
63
63
64
64
65
65
For Filebeat < 7.16
@@ -83,8 +83,8 @@ processors:
83
83
84
84
::::::{tab-item} Kubernetes
85
85
1. Make sure your application logs to stdout/stderr.
86
-
2. Follow the [Run Filebeat on Kubernetes](beats://docs/reference/filebeat/running-on-kubernetes.md) guide.
87
-
3. Enable [hints-based autodiscover](beats://docs/reference/filebeat/configuration-autodiscover-hints.md) (uncomment the corresponding section in `filebeat-kubernetes.yaml`).
86
+
2. Follow the [Run Filebeat on Kubernetes](beats://reference/filebeat/running-on-kubernetes.md) guide.
87
+
3. Enable [hints-based autodiscover](beats://reference/filebeat/configuration-autodiscover-hints.md) (uncomment the corresponding section in `filebeat-kubernetes.yaml`).
88
88
4. Add these annotations to your pods that log using ECS loggers. This will make sure the logs are parsed appropriately.
89
89
90
90
```yaml
@@ -101,8 +101,8 @@ annotations:
101
101
102
102
::::::{tab-item} Docker
103
103
1. Make sure your application logs to stdout/stderr.
104
-
2. Follow the [Run Filebeat on Docker](beats://docs/reference/filebeat/running-on-docker.md) guide.
Copy file name to clipboardexpand all lines: docs/reference/extensions-logging-data-shipper.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ mapped_pages:
7
7
8
8
Elastic logger provider for Microsoft.Extensions.Logging.
9
9
10
-
Writes direct to Elasticsearch using the [Elastic Common Schema (ECS)][Elastic Common Schema (ECS)](ecs://docs/reference/index.md)), with semantic logging of structured data from message and scope values. The results can be viewed and queried in the Kibana console.
10
+
Writes direct to Elasticsearch using the [Elastic Common Schema (ECS)][Elastic Common Schema (ECS)](ecs://reference/index.md)), with semantic logging of structured data from message and scope values. The results can be viewed and queried in the Kibana console.
11
11
12
12
## Installation [_installation_7]
13
13
@@ -147,7 +147,7 @@ If `CloudId` is provided, the `ConnectionPoolType` defaults to `Cloud`:
147
147
148
148
## Output - Elastic Common Schema (ECS) [_output_elastic_common_schema_ecs]
149
149
150
-
Log messages sent to Elasticsearch follow the [Elastic Common Schema (ECS)][Elastic Common Schema (ECS)](ecs://docs/reference/index.md)).
150
+
Log messages sent to Elasticsearch follow the [Elastic Common Schema (ECS)][Elastic Common Schema (ECS)](ecs://reference/index.md)).
Copy file name to clipboardexpand all lines: docs/reference/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ mapped_pages:
10
10
ECS logging are integrations for your favorite .NET logging libraries. They make it easy to format your logs into ECS-compatible JSON.
11
11
12
12
::::{tip}
13
-
Want to learn more about ECS, ECS logging, and other available language plugins? See the [ECS logging overview](ecs-logging://docs/reference/intro.md).
13
+
Want to learn more about ECS, ECS logging, and other available language plugins? See the [ECS logging overview](ecs-logging://reference/intro.md).
If you are using the Elastic APM .NET agent, [log correlation can be configured](apm-agent-dotnet://docs/reference/logs.md) to inject trace, transaction and span id fields into log events.
30
+
If you are using the Elastic APM .NET agent, [log correlation can be configured](apm-agent-dotnet://reference/logs.md) to inject trace, transaction and span id fields into log events.
31
31
32
32
By default the ECS logging integrations will read tracing information from [System.Diagnostics.Activity](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activity?view=net-7.0) if the APM logging corrolation libraries are not installed.
33
33
@@ -39,7 +39,7 @@ If you are using one of our log formatters you can use the following methods to
39
39
:::::::{tab-set}
40
40
41
41
::::::{tab-item} Log file
42
-
1. Follow the [Filebeat quick start](beats://docs/reference/filebeat/filebeat-installation-configuration.md)
42
+
1. Follow the [Filebeat quick start](beats://reference/filebeat/filebeat-installation-configuration.md)
43
43
2. Add the following configuration to your `filebeat.yaml` file.
44
44
45
45
For Filebeat 7.16+
@@ -65,7 +65,7 @@ processors: <5>
65
65
2. Values from the decoded JSON object overwrite the fields that {{filebeat}} normally adds (type, source, offset, etc.) in case of conflicts.
66
66
3. {{filebeat}} adds an "error.message" and "error.type: json" key in case of JSON unmarshalling errors.
67
67
4. {{filebeat}} will recursively de-dot keys in the decoded JSON, and expand them into a hierarchical object structure.
68
-
5. Processors enhance your data. See [processors](beats://docs/reference/filebeat/filtering-enhancing-data.md) to learn more.
68
+
5. Processors enhance your data. See [processors](beats://reference/filebeat/filtering-enhancing-data.md) to learn more.
69
69
70
70
71
71
For Filebeat < 7.16
@@ -89,8 +89,8 @@ processors:
89
89
90
90
::::::{tab-item} Kubernetes
91
91
1. Make sure your application logs to stdout/stderr.
92
-
2. Follow the [Run Filebeat on Kubernetes](beats://docs/reference/filebeat/running-on-kubernetes.md) guide.
93
-
3. Enable [hints-based autodiscover](beats://docs/reference/filebeat/configuration-autodiscover-hints.md) (uncomment the corresponding section in `filebeat-kubernetes.yaml`).
92
+
2. Follow the [Run Filebeat on Kubernetes](beats://reference/filebeat/running-on-kubernetes.md) guide.
93
+
3. Enable [hints-based autodiscover](beats://reference/filebeat/configuration-autodiscover-hints.md) (uncomment the corresponding section in `filebeat-kubernetes.yaml`).
94
94
4. Add these annotations to your pods that log using ECS loggers. This will make sure the logs are parsed appropriately.
95
95
96
96
```yaml
@@ -107,8 +107,8 @@ annotations:
107
107
108
108
::::::{tab-item} Docker
109
109
1. Make sure your application logs to stdout/stderr.
110
-
2. Follow the [Run Filebeat on Docker](beats://docs/reference/filebeat/running-on-docker.md) guide.
0 commit comments