-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] CSV reports limitations (#179225)
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]>
- Loading branch information
1 parent
6d47e53
commit 224d0c9
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
We recommend using CSV reports to export moderate amounts of data only. The feature enables analysis of data in external tools, but it is not intended for bulk export or to backup Elasticsearch data. Report timeout and incomplete data issues are likely if you are exporting data where: | ||
|
||
- More than 250 MB of data is being exported | ||
- Data is stored on slow storage tiers | ||
- Any shard needed for the search is unavailable | ||
- Network latency between nodes is high | ||
- Cross-cluster search is used | ||
To work around the limitations, use filters to create multiple smaller reports, or extract the data you need directly with the Elasticsearch APIs. See {ref}/scroll-api.html[Scroll API], {ref}/point-in-time-api.html[Point in time API], or {ref}/sql-rest-format.html#_csv[SQL] with CSV response data format. <<reporting-settings-kb, 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. |