-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Docs] Clarifying CSV limitations #175208
Conversation
Documentation preview: |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
/ci |
💚 Build Succeeded
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few tweaks
- Cross-cluster search is used | ||
- ES|QL is used and result row count exceeds the limits of ES|QL queries | ||
|
||
Use filters to create multiple smaller reports, or extract the data you need directly with the Elasticsearch APIs. See Point in time API, or SQL with CSV response data format. Reporting parameters can be adjusted to overcome some of these limiting scenarios. Results are dependent on data size, availability, and latency factors and are not guaranteed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use filters to create multiple smaller reports, or extract the data you need directly with the Elasticsearch APIs. See Point in time API, or SQL with CSV response data format. Reporting parameters can be adjusted to overcome some of these limiting scenarios. Results are dependent on data size, availability, and latency factors and are not guaranteed. | |
To work around the limitations, use filters to create multiple smaller reports, or extract the data you need directly with the Elasticsearch APIs. See Point in time API, or SQL with CSV response data format. Reporting parameters can be adjusted to overcome some of these limiting scenarios. Results are dependent on data size, availability, and latency factors and are not guaranteed. |
I think scroll
should be included here as well, and the phrases should be linked.
Point-in-time API: https://www.elastic.co/guide/en/elasticsearch/reference/current/point-in-time-api.html
Scroll API: https://www.elastic.co/guide/en/elasticsearch/reference/current/scroll-api.html
SQL with CSV response: https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-rest-format.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I also added a link to reporting settings and mentioned ES|QL with csv response type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@elasticmachine merge upstream |
## Summary Adding CSV limitations section
Adding CSV limitations section and seeing if we can backport into 7.17x versions. It is a copy of #175208 which has been merged into 8.13. Let's see if this works 🤞 <img width="1184" alt="Screenshot 2024-03-22 at 09 24 50" src="https://github.com/elastic/kibana/assets/61687663/329b89a3-ec36-4dea-9983-b8ef441d0f2f"> --------- Co-authored-by: Kibana Machine <[email protected]>
Summary
Adding CSV limitations section as discussed here
https://kibana_175208.docs-preview.app.elstc.co/guide/en/kibana/master/reporting-getting-started.html