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

Change field type of http header from nested to object #5258

Merged
merged 1 commit into from
Sep 29, 2017

Commits on Sep 28, 2017

  1. Change field type of http header from nested to object

    The field type of http headers was set to nested instead of object. In metricbeat we normally do not used nested fields. Also nested fields are not compatible with the sorting on index time feature coming in 6.0.
    
    The problem with indexing the headers is that it could lead to field explosion if there are many different headers. An alternative would be to not index the headers. For now my recommendation is if someone has too many headers, filters should be used to remove most of the entries before it is sent to Elasticsearch.
    ruflin committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    8c0857c View commit details
    Browse the repository at this point in the history