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: pipeline/filters/kubernetes.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The plugin supports the following configuration parameters:
26
26
| Key | Description | Default |
27
27
| :--- | :--- | :--- |
28
28
|`Buffer_Size`| Set the buffer size for HTTP client when reading responses from Kubernetes API server. The value must conform to the [unit size](../../administration/configuring-fluent-bit/unit-sizes.md) specification. A value of `0` results in no limit, and the buffer will expand as-needed. If pod specifications exceed the buffer limit, the API response is discarded when retrieving metadata, and some Kubernetes metadata will fail to be injected to the logs. |`32k`|
29
-
|`Kube_URL`| API Server end-point|[https://kubernetes.default.svc:443](https://kubernetes.default.svc:443)|
29
+
|`Kube_URL`| API Server endpoint|[https://kubernetes.default.svc:443](https://kubernetes.default.svc:443)|
30
30
|`Kube_CA_File`| CA certificate file |`/var/run/secrets/kubernetes.io/serviceaccount/ca.crt`|
31
31
|`Kube_CA_Path`| Absolute path to scan for certificate files |_none_|
@@ -590,4 +590,6 @@ Learn how to solve them to ensure that the Fluent Bit Kubernetes filter is opera
590
590
591
591
## Credit
592
592
593
-
The Kubernetes Filter plugin is fully inspired by the [Fluentd Kubernetes Metadata Filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter) written by [Jimmi Dyson](https://github.com/jimmidyson).
593
+
The Kubernetes Filter plugin is fully inspired by the [Fluentd Kubernetes Metadata
Copy file name to clipboardExpand all lines: pipeline/inputs/windows-exporter-metrics.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ In the following configuration file, the input plugin `windows_exporter_metrics`
77
77
# Node Exporter Metrics + Prometheus Exporter
78
78
# -------------------------------------------
79
79
# The following example collect host metrics on Linux and expose
80
-
# them through a Prometheus HTTP end-point.
80
+
# them through a Prometheus HTTP endpoint.
81
81
#
82
82
# After starting the service try it with:
83
83
#
@@ -86,13 +86,13 @@ In the following configuration file, the input plugin `windows_exporter_metrics`
86
86
service:
87
87
flush: 1
88
88
log_level: info
89
-
89
+
90
90
pipeline:
91
91
inputs:
92
92
- name: windows_exporter_metrics
93
93
tag: node_metrics
94
94
scrape_interval: 2
95
-
95
+
96
96
outputs:
97
97
- name: prometheus_exporter
98
98
match: node_metrics
@@ -106,7 +106,7 @@ pipeline:
106
106
# Node Exporter Metrics + Prometheus Exporter
107
107
# -------------------------------------------
108
108
# The following example collect host metrics on Linux and expose
109
-
# them through a Prometheus HTTP end-point.
109
+
# them through a Prometheus HTTP endpoint.
110
110
#
111
111
# After starting the service try it with:
112
112
#
@@ -239,4 +239,4 @@ The WMI query will be called with the translated parameter as:
239
239
240
240
The plugin implements a subset of the available collectors in the original Prometheus Windows Exporter. If you would like a specific collector prioritized, open a GitHub issue by using the following template:
Copy file name to clipboardExpand all lines: pipeline/outputs/stackdriver.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ An upstream connection error means Fluent Bit wasn't able to reach Google servic
267
267
[2019/01/07 23:24:09] [error] [oauth2] could not get an upstream connection
268
268
```
269
269
270
-
This is due to a network issue in the environment where Fluent Bit is running. Make sure that the Host, Container or Pod can reach the following Google end-points:
270
+
This is due to a network issue in the environment where Fluent Bit is running. Make sure that the Host, Container or Pod can reach the following Google endpoints:
0 commit comments