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

Add settings to control size and count of warning headers in responses #28427

Commits on Mar 9, 2018

  1. Add settings to control the max size and count of warning headers in …

    …responses
    
    Add a dynamic persistent cluster level setting "http.max_warning_header_count"
    to control the maximum number of warning headers in client HTTP responses.
    Defaults to unbounded.
    
    Add a dynamic persistent cluster level setting "http.max_warning_header_size"
    to control the maximum total size of warning headers in client HTTP responses.
    Defaults to unbounded.
    
    Closes elastic#28301
    mayya-sharipova committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    9a3f8ad View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Control max size and count of warning headers

    Add a dynamic persistent cluster level setting
    "http.max_warning_header_count" to control the maximum number of
    warning headers in client HTTP responses.
    Defaults to unbounded.
    
    Add a dynamic persistent cluster level setting
    "http.max_warning_header_size" to control the maximum total size of
    warning headers in client HTTP responses.
    Defaults to unbounded.
    
    Once any of these limits is exceeded this will be logged in the main
    ES log, and any more warning headers for this response will be
    ignored.
    
    Closes elastic#28301
    mayya-sharipova committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    0fa44fb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

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

Commits on Mar 29, 2018

  1. Control max size and count of warning headers

    Add a static persistent cluster level setting
    "http.max_warning_header_count" to control the maximum number of
    warning headers in client HTTP responses.
    Defaults to unbounded.
    
    Add a static persistent cluster level setting
    "http.max_warning_header_size" to control the maximum total size of
    warning headers in client HTTP responses.
    Defaults to unbounded.
    
    Once any of these limits is exceeded this will be logged in the main
    ES log, and any more warning headers for this response will be
    ignored.
    mayya-sharipova committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    63dc6b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2310f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    9e6de75 View commit details
    Browse the repository at this point in the history
  2. Control max size and count of warning headers

    Add a static persistent cluster level setting
    "http.max_warning_header_count" to control the maximum number of
    warning headers in client HTTP responses.
    Defaults to unbounded.
    
    Add a static persistent cluster level setting
    "http.max_warning_header_size" to control the maximum total size of
    warning headers in client HTTP responses.
    Defaults to unbounded.
    
    With every warning header that exceeds these limits,
    a message will be logged in the main ES log,
    and any more warning headers for this response will be
    ignored.
    mayya-sharipova committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    4e2fc02 View commit details
    Browse the repository at this point in the history