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 Console plugin for ES 6.0 APIs #6879

Closed
ycombinator opened this issue Apr 12, 2016 · 2 comments · Fixed by #18930
Closed

Update Console plugin for ES 6.0 APIs #6879

ycombinator opened this issue Apr 12, 2016 · 2 comments · Fixed by #18930

Comments

@ycombinator
Copy link
Contributor

Currently the Console plugin (formerly known as Sense) supports Elasticsearch 1.x and 2.x APIs. With Elasticsearch 5.x coming, the plugin should support its APIs as well.

@ycombinator
Copy link
Contributor Author

From @skearns64 in elastic/sense#129 (comment):

Also note that more changes may be coming for 5.0: elastic/elasticsearch#17705

@polyfractal
Copy link
Contributor

On the ES side, we started to document which of the APIs/parameters/queries are missing from the autocomplete to help Kibana-land identify the holes. This ticket was just pointed out to me, so here's the current work:

https://gist.github.com/polyfractal/045914cb86a9a05a0afb87f313e3474c

I'll be updating the gist as I work through the API to find more holes. I'm focusing on the search API to start since it's the biggest footprint users see. Finished checking all top-level params, just getting into the queries. Aggs/pipelines are next.

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

Successfully merging a pull request may close this issue.

3 participants