-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
Hi, |
Hi, please consider use kibana REST API https://www.elastic.co/guide/en/kibana/master/api.html Does meets your needs? |
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 consider to upgrade to 6.8.0 because security element is open in the basic license. |
Would be great to get 6.7 support as well. |
@SterlingSC86 |
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)? |
I edited the next file, now it's more clear. |
Thanks for the update however adding a filter is still crashing Kibana and the filter is not applying. Clearing a filter still works |
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!
The text was updated successfully, but these errors were encountered: