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/setup.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Logs the following (multi-line formatted for better readability):
79
79
:::::::{tab-set}
80
80
81
81
::::::{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)
83
83
2. Add the following configuration to your `filebeat.yaml` file.
84
84
85
85
For Filebeat 7.16+
@@ -105,7 +105,7 @@ processors: <5>
105
105
2. Values from the decoded JSON object overwrite the fields that {{filebeat}} normally adds (type, source, offset, etc.) in case of conflicts.
106
106
3. {{filebeat}} adds an "error.message" and "error.type: json" key in case of JSON unmarshalling errors.
107
107
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.
109
109
110
110
111
111
For Filebeat < 7.16
@@ -129,8 +129,8 @@ processors:
129
129
130
130
::::::{tab-item} Kubernetes
131
131
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`).
134
134
4. Add these annotations to your pods that log using ECS loggers. This will make sure the logs are parsed appropriately.
135
135
136
136
```yaml
@@ -147,8 +147,8 @@ annotations:
147
147
148
148
::::::{tab-item} Docker
149
149
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.
0 commit comments