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

Kibana 6.8.0 #57

Open
gilmau opened this issue Jun 3, 2019 · 8 comments
Open

Kibana 6.8.0 #57

gilmau opened this issue Jun 3, 2019 · 8 comments

Comments

@gilmau
Copy link

gilmau commented Jun 3, 2019

Hi
I was trying to install the latest version of the plugin on Kibana 6.8.0.
This is the error I get the second I login to Kibana (with and without the security enable)
and than the Kibana crushed:

C:\Users\gilm\Desktop\ek 6.8.0\kibana-6.8.0-windows-x86_64\plugins\kibana_api\server\routes.js:27
reply(obj);
^
TypeError: reply is not a function
at C:/Users/gilm/Desktop/ek 6.8.0/kibana-6.8.0-windows-x86_64/plugins/kibana_api/server/routes.js:34:17
at C:\Users\gilm\Desktop\ek 6.8.0\kibana-6.8.0-windows-x86_64\plugins\kibana_api\node_modules\jsonfile\index.js:46:5
at C:\Users\gilm\Desktop\ek 6.8.0\kibana-6.8.0-windows-x86_64\plugins\kibana_api\node_modules\graceful-fs\graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:53:3)

There's something to do about it?
Thanks!

@ytzlax
Copy link
Contributor

ytzlax commented Jun 5, 2019

Hi,
the plugin still don't support 6.8.0 version

@ytzlax
Copy link
Contributor

ytzlax commented Jun 5, 2019

Hi, please consider use kibana REST API

https://www.elastic.co/guide/en/kibana/master/api.html

Does meets your needs?

@gilmau
Copy link
Author

gilmau commented Jun 6, 2019

We are using the Kibana-api to change the refresh time and the time filter to update Kibana I-frame that is hosted in our web page.
We couldn't find this functionally in the Kibana REST-API documentation

We consider to upgrade to 6.8.0 because security element is open in the basic license.

@scottsmith8
Copy link

Would be great to get 6.7 support as well.
I installed the 7.0 fork. Clearing a filter works, however adding one crashes Kibana.
Any plans to support these versions?

@ytzlax
Copy link
Contributor

ytzlax commented Jun 26, 2019

@SterlingSC86
In which feature do you intend to use in kibana API?

@scottsmith8
Copy link

scottsmith8 commented Jun 26, 2019

Just the filtering, however I had a look at the code and I don't think it will do what I need. I don't understand how you can filter without setting the field to filter on (possibly a topic for another thread)?

@ytzlax
Copy link
Contributor

ytzlax commented Jun 26, 2019

I edited the next file, now it's more clear.
https://github.com/Webiks/kibana-API/wiki/Filter-functions#addsearchchip

@scottsmith8
Copy link

scottsmith8 commented Jun 27, 2019

Thanks for the update however adding a filter is still crashing Kibana and the filter is not applying. Clearing a filter still works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants