#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
remote_file "#{Chef::Config[:file_cache_path]}/kibana-#{version}.tar.gz" do
source "https://download.elastic.co/kibana/kibana/kibana-4.1.1-linux-x64.tar.gz"
remote_file "#{Chef::Config[:file_cache_path]}/kibana-#{version}.tar.gz" do
source "https://download.elastic.co/kibana/kibana/kibana-4.1.1-linux-x64.tar.gz"
"elasticsearch_url" => details[:elasticsearch_url],
"pid_file" => "/var/run/kibana/#{name}.pid",
"log_file" => "/var/log/kibana/#{name}.log"
"elasticsearch_url" => details[:elasticsearch_url],
"pid_file" => "/var/run/kibana/#{name}.pid",
"log_file" => "/var/log/kibana/#{name}.log"