Skip to content

Commit 2f77960

Browse files
clean up cross-repo links (#80)
1 parent 9b138b9 commit 2f77960

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
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

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

1515

docs/reference/setup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Logs the following (multi-line formatted for better readability):
7979
:::::::{tab-set}
8080

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

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

136136
```yaml
@@ -147,8 +147,8 @@ annotations:
147147

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

154154
```yaml
@@ -164,5 +164,5 @@ labels:
164164
::::::
165165

166166
:::::::
167-
For more information, see the [Filebeat reference](beats://docs/reference/filebeat/configuring-howto-filebeat.md).
167+
For more information, see the [Filebeat reference](beats://reference/filebeat/configuring-howto-filebeat.md).
168168

0 commit comments

Comments
 (0)