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

Conversation

RoyzLevy
Copy link

fixed to "tail" mode flags explanation instead "read" mode.

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

fixed to "tail" mode flags explanation instead "read" mode.
@cla-checker-service
Copy link

cla-checker-service bot commented May 19, 2021

💚 CLA has been signed

@@ -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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants