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
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The example above produces the following log output:
54
54
:::::::{tab-set}
55
55
56
56
::::::{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)
58
58
2. Add the following configuration to your `filebeat.yaml` file.
59
59
60
60
For Filebeat 7.16+
@@ -80,7 +80,7 @@ processors: <5>
80
80
2. Values from the decoded JSON object overwrite the fields that {{filebeat}} normally adds (type, source, offset, etc.) in case of conflicts.
81
81
3. {{filebeat}} adds an "error.message" and "error.type: json" key in case of JSON unmarshalling errors.
82
82
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.
84
84
85
85
86
86
For Filebeat < 7.16
@@ -104,8 +104,8 @@ processors:
104
104
105
105
::::::{tab-item} Kubernetes
106
106
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`).
109
109
4. Add these annotations to your pods that log using ECS loggers. This will make sure the logs are parsed appropriately.
110
110
111
111
```yaml
@@ -122,8 +122,8 @@ annotations:
122
122
123
123
::::::{tab-item} Docker
124
124
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.
0 commit comments