Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.asciidoc #293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ A default of 4095 is set in internally.
What mode do you want the file input to operate in. Tail a few files or
read many content-complete files. Read mode now supports gzip file processing.

If `read` is specified, these settings can be used:
If `tail` is specified, these settings can be used:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't quite right - file_completed_action and file_completed_log_path are only relevant with read mode, but ignore_older works across both modes.

What this PR points out though, is that this section could do with some improvement in clarity as to which settings are used/ignored across the different modes. I've created an issue (#294) to track this


* `ignore_older` (older files are not processed)
* `file_completed_action` (what action should be taken when the file is processed)
Expand Down