Commit graph

232 commits

Author SHA1 Message Date
Clinton Gormley
2258844259 Fixed doc version links 2016-10-18 09:18:45 +02:00
debadair
f6e54b6bc9 Docs: Removed Shield config info & added tribe note. 2016-10-17 15:47:17 -07:00
Clinton Gormley
750fd1a1ab Fixed Shield links to point to X-Pack instead 2016-10-17 14:02:12 +02:00
Clinton Gormley
030b2e475f Fixed hard coded doc links 2016-10-17 13:39:25 +02:00
fanfan
45a1e5b8f8 typo fix for advanced-settings.asciidoc 2016-10-13 10:08:25 +08:00
Jonathan Budzenski
a4b01c44aa Merge pull request #8301 from jbudz/docs-breaking-changes
[docs] Init breaking changes
2016-10-10 11:10:40 -05:00
Jonathan Budzenski
f10a949cad
[docs] Capitalize breaking changes title 2016-10-10 10:54:07 -05:00
Jonathan Budzenski
9f0101f286
[docs] Add separate section for 5.0 2016-10-10 10:53:56 -05:00
Jonathan Budzenski
3e60953880
[docs] Init breaking changes 2016-10-10 10:53:40 -05:00
Court Ewing
1c1f30c7a7 docs: bump to rc1 2016-10-10 11:04:12 -04:00
Matthew Bargar
48f40d59c2 Remove Upload CSV from getting started docs 2016-09-29 15:37:55 -04:00
Matthew Bargar
0d087989f0 Remove CSV Upload server config 2016-09-29 14:59:43 -04:00
Matt Bargar
bb6292266e Merge pull request #8375 from Bargs/basepathDocs
Make expected server.basePath usage more clear
2016-09-20 20:19:25 -04:00
Matt Bargar
f4223b9fe0 Merge pull request #8250 from elastic/issue-7466
add `console.enabled` documentation
2016-09-20 12:26:52 -04:00
Matthew Bargar
02c9030c6a Make expected server.basePath usage more clear 2016-09-20 11:48:35 -04:00
Thomas Neirynck
557ce002ce / should be x 2016-09-19 20:19:17 -04:00
Ryan Schneider
8a5eb704c5 fixed typo in "console.proxyFilter" property name 2016-09-19 15:43:04 -04:00
Ryan Schneider
f00ee91e69 more doc updates for console Kibana server settings
- change sense.proxyFilter -> console.proxyFilter
- add mention that these settings are Kibana server settings
2016-09-19 15:41:33 -04:00
CJ Cenizal
4cea652140 Update docs/images for Share UI. 2016-09-14 14:28:15 -07:00
Ryan Schneider
3113bc9f78 add console.enabled documentation
To help address https://github.com/elastic/kibana/issues/7466 add documentation
about the `console.enabled` option for those that would like disable console entirely
2016-09-13 12:08:23 +10:00
Matthew Bargar
0503aa8a31 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
2016-09-12 16:20:12 -04:00
Matthew Bargar
9090116d1e Fix typo 2016-09-09 12:37:16 -04:00
Court Ewing
143ae0eb91 docs: Current version is 5.0.0-alpha5
The current version in docs is always trailing the current version of
the project, since the current version of docs is for the latest release
of this version line rather than the version that is currently in
development.
2016-09-08 10:13:21 -04:00
Court Ewing
a28fd2334c docs: Fix version in plugin install by url 2016-09-08 10:13:21 -04:00
Court Ewing
69ba6ae09c docs: Update docs with latest from 5.0
We've been maintaining the 5.0 docs separately for awhile, but now it is
time to get the changes synced up with the repo itself.
2016-09-08 09:53:09 -04:00
debadair
48da8246fb Docs: Reorganized setup topic to fix "missing" install instructions. 2016-08-31 13:14:39 -07:00
Timothy Sullivan
56e4527006 doc: release notes: add uuid line 2016-08-30 16:11:43 -07:00
Thomas Neirynck
549293d2b1 Bind Kibana server to localhost
This is a breaking change. The default behaviour will now be that
connections from remote users will be rejected.
2016-08-25 12:41:45 -04:00
Court Ewing
d00d177d01 Configurable headers for all elasticsearch requests
A new server-side configuration, elasticsearch.customHeaders, allows
people to configure any number of custom headers that will get sent
along to all requests to Elasticsearch that are made via the proxy or
exposed client.

This allows for advanced architectures that do things such as dynamic
routing based on install-specific headers.
2016-08-18 17:58:20 -04:00
Christoph Büscher
3544b66dfa Don't use deprecated config key elasticsearch_url
When following the description from the docs to set the elasticsearch url I got a warning that the key was deprecated. This updates the docs to use the non-deprecated key. I haven't checked if this needs to be updated in other parts of the documentation too.
2016-08-15 14:14:33 +02:00
Lee Drengenberg
13bdc523a5 Merge pull request #7807 from LeeDr/installDocUpdate
Added 'Upgrading Kibana' section to install docs
2016-08-04 22:50:22 -05:00
Lee Drengenberg
48371a432d Update setup.asciidoc 2016-08-03 11:27:32 -05:00
Lee Drengenberg
9ccf1df784 Update setup.asciidoc 2016-07-29 08:40:39 -05:00
Lee Drengenberg
ee42c473a9 Change some indented numbered items to bullets 2016-07-28 16:44:16 -05:00
Jonathan Budzenski
3aeeb18fd6
[maps] Set max to 10 2016-07-27 17:50:30 -05:00
Court Ewing
27ea119a9c Elastic Tile Service support for 10 zoom
ETS does not support 10 zoom at the time of this commit, but it will by
the time of the release.
2016-07-27 16:42:07 -04:00
Court Ewing
e1fe7005f3 Docs for tilemap and tile service configurability 2016-07-26 14:36:49 -04:00
LeeDr
50d540df4c Updated from review comments, re-commented-out repository part for master 2016-07-25 10:52:16 -05:00
LeeDr
32ed1ceb4d Added 'Upgrading Kibana' section 2016-07-22 13:25:11 -05:00
Clinton Gormley
05de93a72b Update plugins.asciidoc
Fixed asciidoc
2016-07-15 20:00:31 +02:00
Paul Echeverri
cd3a89519c Adds images missing from master 2016-07-11 13:19:51 -07:00
Paul Echeverri
35b5c2ab92 Changes top-level layout
Also adds Console to master
2016-07-11 12:30:18 -07:00
Paul Echeverri
70858b06da Updated link to raw
Fixes #7655
2016-07-06 17:59:51 -04:00
Paul Echeverri
9a0dca2739 Fixes broken link in Getting Started
Fixes #7655
2016-07-06 17:59:51 -04:00
Paul Echeverri
d44fe946cd Stripped trailing whitespace throughout
Fixes #7655
2016-07-06 17:59:51 -04:00
Jonathan Budzenski
dfaf777eef [folder structure] Cleanup missing folder changes, update docs 2016-07-05 17:16:33 -05:00
Paul Echeverri
d8953f620d Updates release notes 2016-06-29 14:28:08 -07:00
Paul Echeverri
7711fcd776 Alpha 4 documentation update:
- Updates settings
- Documentation for Upload CSV/Add Data wizard added to Getting Started
- Screenshots updated for new UI
2016-06-29 14:27:53 -07:00
Paul Echeverri
c9554811da Updates Kibana with X-Pack Security section 2016-06-29 14:27:47 -07:00
Paul Echeverri
80772679c2 Removes description of checkbox which was, itself, removed earlier. 2016-06-29 14:27:47 -07:00