[DOCS] Adds known limitation for exporting a data table (#25561)

This commit is contained in:
gchaps 2018-11-13 09:07:22 -08:00 committed by GitHub
parent 7a31758061
commit f183363361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -6,7 +6,10 @@
Kibana currently has the following limitations.
* <<nested-objects>>
* <<export-data>>
--
include::limitations/nested-objects.asciidoc[]
include::limitations/export-data.asciidoc[]

View file

@ -0,0 +1,5 @@
[[export-data]]
== Exporting data
Exporting a data table or saved search from a dashboard or visualization report
has known limitations. The PDF report only includes the data visible on the screen.