소스 검색

[Docs] Add ES|QL CSV limitations in Kibana (#104530)

Mentioned that the CSV rows limit is also 10,000 rows. CSV export added here: https://github.com/elastic/kibana/issues/173390
Anton Dosov 1 년 전
부모
커밋
990b603cbd
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      docs/reference/esql/esql-kibana.asciidoc

+ 4 - 1
docs/reference/esql/esql-kibana.asciidoc

@@ -261,7 +261,10 @@ of rows that are retrieved by the query and displayed in Discover. Queries and
 aggregations run on the full data set.
 * Discover shows no more than 50 columns. If a query returns
 more than 50 columns, Discover only shows the first 50.
-* Querying many many indices at once without any filters can cause an error in
+* CSV export from Discover shows no more than 10,000 rows. This limit only applies to the number
+of rows that are retrieved by the query and displayed in Discover. Queries and
+aggregations run on the full data set.
+* Querying many indices at once without any filters can cause an error in
 kibana which looks like `[esql] > Unexpected error from Elasticsearch: The
 content length (536885793) is bigger than the maximum allowed string
 (536870888)`. The response from {esql} is too long. Use <<esql-drop>> or