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

[Filebeat] Improve validation check for Azure configuration #20389

Merged
merged 2 commits into from
Aug 10, 2020

Commits on Jul 31, 2020

  1. Improve validation check for Azure configuration

    A blob container name must be between 3 and 63 characters in length;
    start with a letter or number; and contain only letters, numbers, and
    the hyphen. All letters used in blob container names must be
    lowercase.  Added validation to make sure the storage container name
    meets those requirements.
    
    Closes elastic#20369
    leehinman committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    44bf6bb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    e794730 View commit details
    Browse the repository at this point in the history