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
Fixes to broken tab constructs on Loki and Kafka output docs. Part of issue 1916. (#1919)
* Fixes to broken tab constructs for Loki output plugin doc. Part of issue #1916.
Signed-off-by: Eric D. Schabell <[email protected]>
* Fixes to broken tab constructs for Kafka output plugin doc. Part of issue #1916.
Signed-off-by: Eric D. Schabell <[email protected]>
---------
Signed-off-by: Eric D. Schabell <[email protected]>
If you're running in a Kubernetes environment, consider enabling the `auto_kubernetes_labels` option, which autopopulates the streams with the Pod labels for you. Consider the following configuration:
278
278
279
-
% tabs %}
279
+
{% tabs %}
280
280
{% tab title="fluent-bit.yaml" %}
281
281
282
282
```yaml
@@ -321,7 +321,7 @@ Consider this JSON example:
321
321
322
322
If the value is a string, `line_format` is `json`, and `drop_single_key` is `true`, it will be sent as a quoted string.
323
323
324
-
% tabs %}
324
+
{% tabs %}
325
325
{% tab title="fluent-bit.yaml" %}
326
326
327
327
```yaml
@@ -390,7 +390,7 @@ The following configuration:
390
390
determined by the Kubernetes metadata filter (not shown).
391
391
- Uses a structured metadata field to hold the Kubernetes pod name.
392
392
393
-
% tabs %}
393
+
{% tabs %}
394
394
{% tab title="fluent-bit.yaml" %}
395
395
396
396
```yaml
@@ -428,7 +428,7 @@ In addition to the `structured_metadata` configuration parameter, a `structured_
428
428
429
429
The following configuration is similar to the previous example, except now all entries in the log record map value `$kubernetes` will be used as structured metadata entries:
430
430
431
-
% tabs %}
431
+
{% tabs %}
432
432
{% tab title="fluent-bit.yaml" %}
433
433
434
434
```yaml
@@ -457,7 +457,7 @@ pipeline:
457
457
458
458
Assuming the value `$kubernetes` is a map containing two entries `namespace_name` and `pod_name`, the previous configuration is equivalent to:
459
459
460
-
% tabs %}
460
+
{% tabs %}
461
461
{% tab title="fluent-bit.yaml" %}
462
462
463
463
```yaml
@@ -499,7 +499,7 @@ Fluent Bit supports sending logs and metrics to [Grafana Cloud](https://grafana.
499
499
500
500
Below is an example configuration, be sure to set the credentials (shown here with XXX) and ensure the host URL matches the correct one for your deployment:
501
501
502
-
% tabs %}
502
+
{% tabs %}
503
503
{% tab title="fluent-bit.yaml" %}
504
504
505
505
```yaml
@@ -539,7 +539,7 @@ pipeline:
539
539
The following configuration example emits a dummy example record and ingests it on Loki .
540
540
Copy and paste the corresponding content below into a file `out_loki.yaml` or `out_loki.conf`:
0 commit comments