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

[Lens] Provide a datasource for individual documents #55897

Closed
wylieconlon opened this issue Jan 24, 2020 · 5 comments
Closed

[Lens] Provide a datasource for individual documents #55897

wylieconlon opened this issue Jan 24, 2020 · 5 comments
Labels
enhancement New value added to drive a business result Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects

Comments

@wylieconlon
Copy link
Contributor

This might need to be a totally separate datasource, or part of the default datasource.

While using individual documents, we generally have a 10k document limit. We might need to use the scroll query to paginate when the number of documents is over 10k

@wylieconlon wylieconlon created this issue from a note in Lens (Long-term goals) Jan 24, 2020
@wylieconlon wylieconlon added Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Jan 24, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@nreese
Copy link
Contributor

nreese commented Jan 26, 2020

The maps app recently switched from hard coded 10k limit to using the index setting max_result_window to determine the maximum number of documents to pull, see #53500 for details. Maybe lens could do the same to be consistent? Maybe this route could be moved into Kibana proper so all apps have a consistent way of pulling index settings.

@flash1293 flash1293 added the enhancement New value added to drive a business result label Aug 6, 2020
@ghudgins
Copy link

a bit unclear about the user story for this issue - is it displaying a table of individual documents? should we do this task or provide better integration with discover

@thomasneirynck
Copy link
Contributor

a bit unclear about the user story for this issue - is it displaying a table of individual documents?

I think this gets at the heart of Lens now:

  • (1) It is an UX to build aggregations
  • (2) It's a collection of visualization-types

The work on supporting multiple query-languages (e.g. SQL, ESQL) in Lens will start chipping of at (1). Lens will start visualizing data of arbitrary provenance (not necessarily backed by an agg), which could include showing individual docs as a table, as a scatterplot, ...

@stratoula
Copy link
Contributor

Closing this as we have added ES|QL as a new datasource and the support of a datatable computed from external resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
No open projects
Lens
  
Long-term goals
Development

No branches or pull requests

7 participants