Skip to content

Commit 245c032

Browse files
clean up cross-repo links (#28)
1 parent a0e6b16 commit 245c032

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mapped_pages:
88

99
ECS loggers are formatter/encoder plugins for your favorite logging libraries. They make it easy to format your logs into ECS-compatible JSON.
1010

11-
The encoder logs in JSON format and handles the logging of error fields in [ECS error format](ecs://docs/reference/ecs-error.md).
11+
The encoder logs in JSON format and handles the logging of error fields in [ECS error format](ecs://reference/ecs-error.md).
1212

1313
By default, the following fields are added:
1414

@@ -22,7 +22,7 @@ By default, the following fields are added:
2222
```
2323

2424
::::{tip}
25-
Want to learn more about ECS, ECS logging, and other available language plugins? See the [ECS logging guide](ecs-logging://docs/reference/intro.md).
25+
Want to learn more about ECS, ECS logging, and other available language plugins? See the [ECS logging guide](ecs-logging://reference/intro.md).
2626
::::
2727

2828

docs/reference/setup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The example above produces the following log output:
5454
:::::::{tab-set}
5555

5656
::::::{tab-item} Log file
57-
1. Follow the [Filebeat quick start](beats://docs/reference/filebeat/filebeat-installation-configuration.md)
57+
1. Follow the [Filebeat quick start](beats://reference/filebeat/filebeat-installation-configuration.md)
5858
2. Add the following configuration to your `filebeat.yaml` file.
5959

6060
For Filebeat 7.16+
@@ -80,7 +80,7 @@ processors: <5>
8080
2. Values from the decoded JSON object overwrite the fields that {{filebeat}} normally adds (type, source, offset, etc.) in case of conflicts.
8181
3. {{filebeat}} adds an "error.message" and "error.type: json" key in case of JSON unmarshalling errors.
8282
4. {{filebeat}} will recursively de-dot keys in the decoded JSON, and expand them into a hierarchical object structure.
83-
5. Processors enhance your data. See [processors](beats://docs/reference/filebeat/filtering-enhancing-data.md) to learn more.
83+
5. Processors enhance your data. See [processors](beats://reference/filebeat/filtering-enhancing-data.md) to learn more.
8484
8585
8686
For Filebeat < 7.16
@@ -104,8 +104,8 @@ processors:
104104
105105
::::::{tab-item} Kubernetes
106106
1. Make sure your application logs to stdout/stderr.
107-
2. Follow the [Run Filebeat on Kubernetes](beats://docs/reference/filebeat/running-on-kubernetes.md) guide.
108-
3. Enable [hints-based autodiscover](beats://docs/reference/filebeat/configuration-autodiscover-hints.md) (uncomment the corresponding section in `filebeat-kubernetes.yaml`).
107+
2. Follow the [Run Filebeat on Kubernetes](beats://reference/filebeat/running-on-kubernetes.md) guide.
108+
3. Enable [hints-based autodiscover](beats://reference/filebeat/configuration-autodiscover-hints.md) (uncomment the corresponding section in `filebeat-kubernetes.yaml`).
109109
4. Add these annotations to your pods that log using ECS loggers. This will make sure the logs are parsed appropriately.
110110

111111
```yaml
@@ -122,8 +122,8 @@ annotations:
122122

123123
::::::{tab-item} Docker
124124
1. Make sure your application logs to stdout/stderr.
125-
2. Follow the [Run Filebeat on Docker](beats://docs/reference/filebeat/running-on-docker.md) guide.
126-
3. Enable [hints-based autodiscover](beats://docs/reference/filebeat/configuration-autodiscover-hints.md).
125+
2. Follow the [Run Filebeat on Docker](beats://reference/filebeat/running-on-docker.md) guide.
126+
3. Enable [hints-based autodiscover](beats://reference/filebeat/configuration-autodiscover-hints.md).
127127
4. Add these labels to your containers that log using ECS loggers. This will make sure the logs are parsed appropriately.
128128

129129
```yaml
@@ -139,5 +139,5 @@ labels:
139139
::::::
140140

141141
:::::::
142-
For more information, see the [Filebeat reference](beats://docs/reference/filebeat/configuring-howto-filebeat.md).
142+
For more information, see the [Filebeat reference](beats://reference/filebeat/configuring-howto-filebeat.md).
143143

0 commit comments

Comments
 (0)