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

Adding plugin install provider #5

Open
yershalom opened this issue Mar 9, 2017 · 1 comment
Open

Adding plugin install provider #5

yershalom opened this issue Mar 9, 2017 · 1 comment

Comments

@yershalom
Copy link
Contributor

Hi,

I'll add the install plugin provider.
The issue that I don't have so much time now, but i'll try to do it in the next couple of weeks.
You can put feature tag on this issue.

catalinvr pushed a commit to catalinvr/chef-kibana5 that referenced this issue Feb 8, 2018
@catalinvr
Copy link
Contributor

catalinvr commented Feb 8, 2018

Hi @anuriq

I tried to create a new plugin resource. For the moment this is able to install plugins.

I tested it using the following code:

#./kibana-plugin install https://github.com/fbaligand/kibana-enhanced-table/releases/download/v0.2.0/enhanced-table-0.2.0_5.6.7.zip
kibana5_plugins 'enhanced-table' do
     install_type 'url'
     url 'https://github.com/fbaligand/kibana-enhanced-table/releases/download/v0.2.0/enhanced-table-0.2.0_5.6.7.zip'
end

Best,
Catalin

catalinvr pushed a commit to catalinvr/chef-kibana5 that referenced this issue Feb 8, 2018
catalinvr pushed a commit to catalinvr/chef-kibana5 that referenced this issue Feb 8, 2018
Fixed execute resource anuriq#5
anuriq added a commit that referenced this issue Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants