Skip to content

Commit

Permalink
Update the source for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Nov 7, 2024
1 parent cff0f45 commit 7ee3b84
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions packages/filestream/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,21 @@ to the existing input:
1. Checking of `close_*` options happens out of band. Thus, if an output is blocked,
Elastic Agent can close the reader and avoid keeping too many files open.

2. Detailed metrics are available for all files that match the `paths` configuration
regardless of the `harvester_limit`. This way, you can keep track of all files,
even ones that are not actively read.

3. The order of `parsers` is configurable. So it is possible to parse JSON lines and then
2. The order of `parsers` is configurable. So it is possible to parse JSON lines and then
aggregate the contents into a multiline event.

4. Some position updates and metadata changes no longer depend on the publishing pipeline.
3. Some position updates and metadata changes no longer depend on the publishing pipeline.
If the pipeline is blocked some changes are still applied to the registry.

5. Only the most recent updates are serialized to the registry. In contrast, the `log` input
4. Only the most recent updates are serialized to the registry. In contrast, the `log` input
has to serialize the complete registry on each ACK from the outputs. This makes the registry updates
much quicker with this input.

6. The input ensures that only offsets updates are written to the registry append only log.
5. The input ensures that only offsets updates are written to the registry append only log.
The `log` writes the complete file state.

7. Stale entries can be removed from the registry, even if there is no active input.
6. Stale entries can be removed from the registry, even if there is no active input.

8. The fingerprint file identity is used by default.
7. The fingerprint file identity is used by default.

More information can be found on the {{ url "filebeat-input-filestream" "Filestream documentation page" }}

0 comments on commit 7ee3b84

Please sign in to comment.