Commit graph

207 commits

Author SHA1 Message Date
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
Jonathan Budzenski
41004fda0f [docs] Update package version 2016-06-13 11:29:06 -05:00
Jonathan Budzenski
f9a5cb32ff [docs] Use https on package links 2016-06-13 08:53:55 -05:00
Timothy Sullivan
0c78e59f33 ops: set default interval for stat collection to 5 seconds
When polling the NodeJS server for operations data every 10 seconds, the
data become coarse-looking when viewing it at fine-grain detail. If you
aggregate the data into a date histogram and the bucket size is 10
seconds, then there'll be missing data in every other bucket. That is,
unless the time bounds of the buckets line up PERFECTLY with the time
that operations data was collected, which is unlikely
2016-06-03 13:40:16 -07:00
awochna
7ac9f93a21 Incorrect default elasticsearch.requestTimeout
Documentation says it's 300,000 ms, which is 5 minutes.
The default is actually 30 seconds, or 30,000 ms.
2016-05-16 09:44:41 -07:00
Lukas Olson
d8d1a1a65c [status] Rename setting to status.allowAnonymous as it applies to API as well as statusPage 2016-05-13 15:36:56 -07:00
ericamick
44f9e947a0 Update getting-started.asciidoc 2016-05-11 07:47:49 -04:00
Lukas Olson
969c7822a1 Merge pull request #7085 from lukasolson/fix/public-status-page
[statusPage] Allow unauthenticated users to see status page
2016-05-10 13:10:53 -07:00
Lukas Olson
4a822f3f9e [statusPage] Better docs explanation for statusPage.allowAnonymous 2016-05-10 12:50:54 -07:00
Lukas Olson
a55615f13e [statusPage] Add statusPage.allowAnonymous to docs 2016-05-10 11:41:19 -07:00
Tyler Smalley
5ae32d1930 Revert "Limit memory overhead" 2016-04-28 15:13:41 -07:00
Tyler Smalley
e8e9f589a2 Adds documentation for memory requirements
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-04-26 13:44:42 -07:00
Spencer
40b2645db9 Merge pull request #6759 from bevacqua/feature/config-switch-dow
Added advanced setting to tweak starting day of week
2016-04-20 19:57:52 -05:00
Nicolas Bevacqua
309d6480c1 [merge] Merge with master. 2016-04-18 23:35:09 -03:00
Shaunak Kashyap
65ddf96d34
Only document one option for sending no headers 2016-04-16 05:52:54 -07:00
Shaunak Kashyap
304511715e
Updating documentation 2016-04-15 12:23:43 -07:00
Shaunak Kashyap
eeedc54ce8 Merge branch 'master' into gh-6484 2016-04-15 11:29:57 -07:00
Shaunak Kashyap
2149f84aba
Renaming property to make its intent more explicit 2016-04-15 06:11:07 -07:00
Shaunak Kashyap
f9f4b79626
Allow for elasticsearch.requestHeaders to be set to null 2016-04-14 17:55:28 -07:00
Shaunak Kashyap
836c740e56 Adding 'authorization' to the default headers list 2016-04-14 16:39:31 -07:00
Shaunak Kashyap
b635b2c466
Adding elasticsearch.requestHeaders option to kibana.yml and documentation 2016-04-13 16:56:26 -07:00
Shaunak Kashyap
a62c627d35 Removing docs about regex flags 2016-04-12 11:38:41 -07:00
Paul Echeverri
265e00ccba fixes bad markup
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri
eafd79ef52 Backs out 5.0.0-alpha1-specific changes
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri
9f70670d33 Feedback on new docs implemented
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri
511124cc97 Updates timepicker images
Fixes #6753
2016-04-05 17:15:37 +00:00