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

Cherry-pick #20450 to 7.x: Check if Filebeat log harvester tries to open named pipe #22422

Merged
merged 1 commit into from
Nov 6, 2020

Commits on Nov 4, 2020

  1. Check if Filebeat log harvester tries to open named pipe (elastic#20450)

    ## What does this PR do?
    
    This PR adds a check before opening a file for harvester Filebeat. If the file is a named pipe, an error is returned and the file is not opened.
    
    ## Why is it important?
    
    Previously if someone wanted to open a named pipe without a writer, Filebeat hangs.
    
    ## Related issues
    
    Closes elastic#18682
    
    (cherry picked from commit a89d81f)
    kvch committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    b4f183c View commit details
    Browse the repository at this point in the history