Skip to content

Commit 3eb15b8

Browse files
committed
pipeline: outputs: loki: fixed tabs formatting.
Signed-off-by: Marat Abrarov <[email protected]>
1 parent 00e9858 commit 3eb15b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pipeline/outputs/loki.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The following configuration examples generate the same Stream Labels:
225225

226226
Add the JSON path to the plugin output configuration:
227227

228-
% tabs %}
228+
{% tabs %}
229229
{% tab title="fluent-bit.yaml" %}
230230

231231
```yaml
@@ -255,7 +255,7 @@ pipeline:
255255

256256
The previous configurations accomplish the same as this one:
257257

258-
% tabs %}
258+
{% tabs %}
259259
{% tab title="fluent-bit.yaml" %}
260260

261261
```yaml
@@ -293,7 +293,7 @@ job="fluentbit", stream="stdout"
293293

294294
If you're running in a Kubernetes environment, consider enabling the `auto_kubernetes_labels` option, which auto-populates the streams with the Pod labels for you. Consider the following configuration:
295295

296-
% tabs %}
296+
{% tabs %}
297297
{% tab title="fluent-bit.yaml" %}
298298

299299
```yaml
@@ -341,7 +341,7 @@ Consider this JSON example:
341341

342342
If the value is a string, `line_format` is `json`, and `drop_single_key` is `true`, it will be sent as a quoted string.
343343

344-
% tabs %}
344+
{% tabs %}
345345
{% tab title="fluent-bit.yaml" %}
346346

347347
```yaml
@@ -413,7 +413,7 @@ The following configuration:
413413
determined by the Kubernetes metadata filter (not shown).
414414
- Uses a structured metadata field to hold the Kubernetes pod name.
415415
416-
% tabs %}
416+
{% tabs %}
417417
{% tab title="fluent-bit.yaml" %}
418418
419419
```yaml
@@ -454,7 +454,7 @@ In addition to the `structured_metadata` configuration parameter, a `structured_
454454

455455
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:
456456

457-
% tabs %}
457+
{% tabs %}
458458
{% tab title="fluent-bit.yaml" %}
459459

460460
```yaml
@@ -486,7 +486,7 @@ pipeline:
486486

487487
Assuming the value `$kubernetes` is a map containing two entries `namespace_name` and `pod_name`, the previous configuration is equivalent to:
488488

489-
% tabs %}
489+
{% tabs %}
490490
{% tab title="fluent-bit.yaml" %}
491491

492492
```yaml
@@ -531,7 +531,7 @@ Fluent Bit supports sending logs and metrics to [Grafana Cloud](https://grafana.
531531

532532
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:
533533

534-
% tabs %}
534+
{% tabs %}
535535
{% tab title="fluent-bit.yaml" %}
536536

537537
```yaml
@@ -574,7 +574,7 @@ pipeline:
574574
The following configuration example emits a dummy example record and ingests it on Loki .
575575
Copy and paste the corresponding content below into a file `out_loki.yaml` or `out_loki.conf`:
576576

577-
% tabs %}
577+
{% tabs %}
578578
{% tab title="out-loki.yaml" %}
579579

580580
```yaml

0 commit comments

Comments
 (0)