This updates the install manifest to update the architecture portion of the tar file based on the version of kibana being installed.
At 4.6.0 elastic started using the normal x86_64 extension instead of just x64.
Should also note that the base_url for later versions needs to be updated to https://artifacts.elastic.co/downloads/kibana as well, but since this is in params and can be overridden in the class instantiation, I left this as is with the default at 4.0.1. When you update that default version, should update the base_url to reflect as well.
This updates the install manifest to update the architecture portion of the tar file based on the version of kibana being installed.
At 4.6.0 elastic started using the normal x86_64 extension instead of just x64.
Should also note that the base_url for later versions needs to be updated to https://artifacts.elastic.co/downloads/kibana as well, but since this is in params and can be overridden in the class instantiation, I left this as is with the default at 4.0.1. When you update that default version, should update the base_url to reflect as well.