Skip to content

Commit

Permalink
docs: fix typo in loki.source.file (#6135)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix spacing for table
  • Loading branch information
spartan0x117 authored Jan 15, 2024
1 parent 28846b2 commit af497c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/flow/reference/components/loki.source.file.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ The following blocks are supported inside the definition of `loki.source.file`:

| Hierarchy | Name | Description | Required |
| -------------- | ------------------ | ----------------------------------------------------------------- | -------- |
| decompresssion | [decompresssion][] | Configure reading logs from compressed files. | no |
| decompression | [decompression][] | Configure reading logs from compressed files. | no |
| file_watch | [file_watch][] | Configure how often files should be polled from disk for changes. | no |

[decompresssion]: #decompresssion-block
[decompression]: #decompression-block
[file_watch]: #file_watch-block

### decompresssion block
### decompression block

The `decompression` block contains configuration for reading logs from
compressed files. The following arguments are supported:
Expand Down

0 comments on commit af497c8

Please sign in to comment.