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

Rename input_type to type in config and input_type to prospector.type in event #4294

Merged
merged 2 commits into from
May 15, 2017

Commits on May 15, 2017

  1. Rename input_type to type in config and input_type to prospector.type…

    … in event
    
    Document type was removed recently because _type does not exist anymore in Elasticsearch. As input_type is actually the type of the prospector it makes more sense to have it as type config options instead of type. Renaming it in the config means it should also be renamed in the event. In the event the field was renamed to `prospector.type`.
    
    This change is on the config side backward compatible as input_type was only deprecated. On the event side the old field does not exist anymore.
    
    * Cleanup expected test json files. Indentation was standardised and `input_type` replaced by `prospector.type`.
    * Update changelog
    * Add system tests for deprecated message
    ruflin committed May 15, 2017
    Configuration menu
    Copy the full SHA
    ac35a91 View commit details
    Browse the repository at this point in the history
  2. fix json files

    ruflin committed May 15, 2017
    Configuration menu
    Copy the full SHA
    0a102e1 View commit details
    Browse the repository at this point in the history