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

Update Kibana input plugin with support Kibana 6.6.x, 6.7.x and 7.0.x #5744

Closed
yuriy-slobodchikov opened this issue Apr 18, 2019 · 2 comments · Fixed by #6923
Closed

Update Kibana input plugin with support Kibana 6.6.x, 6.7.x and 7.0.x #5744

yuriy-slobodchikov opened this issue Apr 18, 2019 · 2 comments · Fixed by #6923
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@yuriy-slobodchikov
Copy link

yuriy-slobodchikov commented Apr 18, 2019

Feature Request

Update Kibana input plugin with support Kibana 6.6.x, 6.7.x and 7.0.x

Proposal:

Add configuration to point version of kibana to use - like string constants for example
kibana_version = "6.3.x" "6.6.x" "6.7.x" "7.0.x"
for each version implement its own json mapping and parsing response.

Current behavior:

Looks like in Kibana 6.6.x version json of /api/status was changed
and now kibana plugin cannot parse response for Kibana 6.6.x, 6.7.x and 7.0.x

Desired behavior:

In configurstion of plugin there should be some field pointing version.
Kibana plugin should support Kibana 6.6.x, 6.7.x and 7.0.x

Use case:

After upgrading from 6.3 to 6.7.1 kibana plugin fail to parse new format of response.

@yuriy-slobodchikov
Copy link
Author

Hello @lpic10
Please look into this ticket, may be you have some time to implement it.

@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Apr 23, 2019
@vikkyomkar
Copy link
Contributor

@yuriy-slobodchikov / @danielnelson I have raised a PR to address this issue

@danielnelson danielnelson added this to the 1.13.3 milestone Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants