mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
---------
**Commit 1:**
Make CSV upload limit configurable
Kibana's Upload CSV feature isn't intended for gigantic import jobs, so
I originally set a sane default of 1GB. Some users exprssed a desire to
import slightly larger files, they should be able to import something
that's 1.1GB without being blocked by an arbitrary limit. So I've made
the limit configurable via kibana.yml.
This change includes a few pieces:
* Added optional `kibana.addDataMaxBytes` key to kibana.yml with 1GB
default
* Set upload data route payload limit based on new config value
* Updated help text in UI to use the dynamic config value on the parse
csv page
* Updated parse csv page to check file size and fail early if the
selected file is too big
Resolves: https://github.com/elastic/kibana/issues/7671
* Original sha:
|
||
---|---|---|
.. | ||
images | ||
tutorial | ||
access.asciidoc | ||
advanced-settings.asciidoc | ||
apps.asciidoc | ||
area.asciidoc | ||
autorefresh.asciidoc | ||
color-formatter.asciidoc | ||
color-picker.asciidoc | ||
console.asciidoc | ||
dashboard.asciidoc | ||
datatable.asciidoc | ||
discover.asciidoc | ||
duration-formatter.asciidoc | ||
filter-pinning.asciidoc | ||
getting-started.asciidoc | ||
index.asciidoc | ||
introduction.asciidoc | ||
kibana-repositories.asciidoc | ||
kibana-yml.asciidoc | ||
line.asciidoc | ||
markdown.asciidoc | ||
metric.asciidoc | ||
pie.asciidoc | ||
plugins.asciidoc | ||
production.asciidoc | ||
releasenotes.asciidoc | ||
settings.asciidoc | ||
setup.asciidoc | ||
string-formatter.asciidoc | ||
tilemap.asciidoc | ||
url-formatter.asciidoc | ||
vertbar.asciidoc | ||
visualization-raw-data.asciidoc | ||
visualize.asciidoc | ||
x-axis-aggs.asciidoc | ||
y-axis-aggs.asciidoc |