Backports PR #10503
**Commit 1:**
Update doc
Include elasticsearch.tribe.requestTimeout setting
* Original sha: 5a01e24695
* Authored by Nikhil Patel <niks999@gmail.com> on 2017-02-22T11:17:01Z
* Committed by GitHub <noreply@github.com> on 2017-02-22T11:17:01Z
Backports PR #10253
**Commit 1:**
Removing the server.ssl.clientAuthentication setting
* Original sha: 0b42c7d040
* Authored by kobelb <brandon.kobel@elastic.co> on 2017-02-08T21:41:21Z
Backports PR #9693
**Commit 1:**
Update known-plugins.asciidoc
* Original sha: 71fbaac8f3
* Authored by Dean Fenster <deanf@users.noreply.github.com> on 2017-01-01T00:00:28Z
* Committed by GitHub <noreply@github.com> on 2017-01-01T00:00:28Z
* Add all_fields to highlight query to improve highlighting
* Refactor highlighting and move out of _flatten
* Make changes as per @bargs' requests
* Add documentation about highlightAll setting
* Fix docs typo
* Remove unused function
* Remove unused code
Backports PR #9823
**Commit 1:**
Modifying SSL settings to be consistent with the stack
* Original sha: 6ea4077b45
* Authored by = <brandon.kobel@elastic.co> on 2016-10-07T10:19:45Z
**Commit 2:**
Removing deprecated console settings from the docs
* Original sha: 9dc79fda7d
* Authored by kobelb <brandon.kobel@elastic.co> on 2017-01-13T16:08:18Z
**Commit 3:**
Removing unused code
* Original sha: 22713b7777
* Authored by kobelb <brandon.kobel@elastic.co> on 2017-01-13T16:09:43Z
**Commit 4:**
Using array for certificateAuthorities in the kibana.yml
* Original sha: a93c9fe10a
* Authored by kobelb <brandon.kobel@elastic.co> on 2017-01-13T16:10:01Z
**Commit 5:**
Moving the kbn_server deprecation warnings to be earlier
* Original sha: 9dba22aff4
* Authored by kobelb <brandon.kobel@elastic.co> on 2017-01-20T12:30:51Z
**Commit 6:**
Allowing the cipher suites to be configured
* Original sha: e2242686c1
* Authored by kobelb <brandon.kobel@elastic.co> on 2017-01-20T19:00:40Z
* [5.x] Remove expanded panel mode due to performance issue [forward port]
Forward port of https://github.com/elastic/kibana/pull/10010
* remove release notes section with expanded panel
Backports PR #9972
**Commit 1:**
update manifest endpoint
* Original sha: c928f905fa
* Authored by Thomas Neirynck <thomas@elastic.co> on 2017-01-19T21:22:05Z
**Commit 2:**
update corresponding doc
* Original sha: 1b359f27f6
* Authored by Thomas Neirynck <thomas@elastic.co> on 2017-01-20T14:44:21Z
**Commit 3:**
readd example url
* Original sha: 7c44469592
* Authored by Thomas Neirynck <thomas@elastic.co> on 2017-01-20T14:49:36Z
**Commit 4:**
configure manifest to master service
* Original sha: 6094b7f047
* Authored by Thomas Neirynck <thomas@elastic.co> on 2017-01-20T17:16:19Z
* Update managing-fields.asciidoc
* Remove references to Groovy
* Add information about Painless
* Link to blog for additional examples
* Update managing-fields.asciidoc
Make editorial changes per @debadair's feedback.
Backports PR #9690
**Commit 1:**
[tribe] Init docs
* Original sha: 42e59dbbe8
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-12-28T17:23:21Z
**Commit 2:**
[docs] Init es client section
* Original sha: 92ee7e12a5
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-12-29T17:15:55Z
**Commit 3:**
[docs] Link to client api, move client library docs to core development section
* Original sha: deafe5a435
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T20:27:56Z
**Commit 4:**
[docs] Add tribe server settings
* Original sha: a5c322912e
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T20:51:35Z
**Commit 5:**
[tribe] Link to elasticsearch tribe docs
* Original sha: d94ff6f934
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T20:56:40Z
**Commit 6:**
[tribe] Document which nodes server configuration points towards
* Original sha: ecfff93ae6
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T21:14:47Z
**Commit 7:**
[docs] Add index link to elasticsearch clients section
* Original sha: a0e92c3a22
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T22:22:14Z
Backports PR #9806
In `tutorial-define.text.asciidoc`, it is stated that the typical index name contains the date as `MM-DD-YYYY`, and then proceeds to give an example of how a log index from May, 2015 would look like: `logstash-2015.05*`, which doesn't match the typical pattern for dates stated above.
This PR changes the date pattern, as to me `YYYY.MM.DD` is more accurate on a world-wide scale.
Backports PR #9403
**Commit 1:**
adding UI styles (should extract)
* Original sha: 8815e1c1ce
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-07T09:56:56Z
**Commit 2:**
adding heatmap vislib type
* Original sha: d3b3065603
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-07T10:04:27Z
**Commit 3:**
adding heatmap visualization
* Original sha: 9bc3380648
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-07T10:05:34Z
**Commit 4:**
adding documentation
* Original sha: 8c888d4b25
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-07T20:24:09Z
**Commit 5:**
renaming heatmap options
* Original sha: 55a8b5f87f
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-07T20:24:57Z
**Commit 6:**
fixing options issues
* Original sha: f98a4559af
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-07T20:26:51Z
**Commit 7:**
fixing color selection
* Original sha: 44fe11a218
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-07T20:30:59Z
**Commit 8:**
fixing / adding tests
* Original sha: 91d921d3d8
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-07T21:52:52Z
**Commit 9:**
adding more color schemas
* Original sha: 6e80819140
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-08T09:59:41Z
**Commit 10:**
adding more options
* Original sha: 56569c4db6
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-08T10:00:10Z
**Commit 11:**
adding cell labels
* Original sha: 98dbfac2b6
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-08T12:45:27Z
**Commit 12:**
fixing selenium test
* Original sha: 9b0f4aa37e
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-08T13:05:49Z
**Commit 13:**
only allow to rotate labels by 90 degrees
* Original sha: 26bd2e97a5
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-09T18:11:02Z
**Commit 14:**
converting color number slider to number input
* Original sha: 45ba2b95b7
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-09T19:19:59Z
**Commit 15:**
hide labels if they don't fit
* Original sha: a1553bc7cf
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-09T19:20:19Z
**Commit 16:**
fixing small issues
* Original sha: 2867c2d8c2
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-09T19:37:20Z
**Commit 17:**
improved range options
* Original sha: 4ce88b086a
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-09T20:31:15Z
**Commit 18:**
fixing based on Thomas' review
* Original sha: 5b1951fa2d
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-14T08:14:34Z
**Commit 19:**
rebasing on master and fixing linting issues
* Original sha: 3399de000c
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-14T08:34:50Z
**Commit 20:**
adding selenium tests
* Original sha: c6b3e767c5
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-14T13:57:34Z
**Commit 21:**
fixing alerts
* Original sha: 1e195f7c0f
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-16T13:48:12Z
**Commit 22:**
fixing padding
* Original sha: 7d8718beab
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-16T13:48:30Z
**Commit 23:**
fixing based on review
* Original sha: d55b440174
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-16T13:49:25Z
**Commit 24:**
fixing math
* Original sha: 3fbb3f7480
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-16T14:25:33Z
**Commit 25:**
fixing custom range options
* Original sha: 644453de19
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-16T14:32:04Z
**Commit 26:**
removing $timeout
* Original sha: 016ab7ef0d
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-19T09:49:27Z
**Commit 27:**
notification in case labels were hidden
* Original sha: dae92bc933
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-19T10:06:54Z
**Commit 28:**
fixing tests
* Original sha: 8653ea112b
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-19T10:43:21Z
**Commit 29:**
fixing based on last review
* Original sha: 92ad40750d
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-19T14:26:41Z
**Commit 30:**
fixing based on thomas' review
* Original sha: c72ce4bdfd
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-26T17:26:48Z
Backports PR #9425
**Commit 1:**
adding stepped line to line and area charts
* Original sha: be913a4a31
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-09T14:59:16Z
**Commit 2:**
fixing based on Thomas' review
* Original sha: 1a285e35d1
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-14T08:27:50Z
**Commit 3:**
updating docs
* Original sha: 03a0e9f439
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-19T11:04:04Z
**Commit 4:**
fixing based on Brandons review
* Original sha: 2f86249f5e
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-12-23T15:04:34Z
Backports PR #9518
**Commit 1:**
docs: X-Pack settings via ENV under Docker
* Original sha: ed95530261
* Authored by Toby McLaughlin <toby@jarpy.net> on 2016-12-16T03:18:32Z
* docs: kibana developer docs
This is the beginning of developer-focussed docs for Kibana. The content
is mostly pulled directly from the old wiki in the github repo.
* docs: known plugins for 5.x
Backports PR #9356
**Commit 1:**
improve tag cloud doc
* Original sha: 011516d14f
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-12-02T23:09:35Z
Backports PR #9288
**Commit 1:**
Add docs on all available console server config options
* Original sha: 9caac7a9dc
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-11-30T22:26:57Z
Backports PR #8104
**Commit 1:**
tagcloud squashed
* Original sha: 1282011fab
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-18T21:08:29Z
**Commit 2:**
ensure tags are not turned upside down
* Original sha: 68e09f477a
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T03:43:41Z
**Commit 3:**
remove unnecessary background
* Original sha: dba79b87ad
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T03:55:54Z
**Commit 4:**
add option to hide the label
* Original sha: 7f32544fa0
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T04:08:45Z
**Commit 5:**
use double-ende slider for font-size selection
* Original sha: 00c9ea8291
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T15:26:14Z
**Commit 6:**
give slider some more space
* Original sha: b282084cc5
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T16:38:55Z
**Commit 7:**
do not allow 0-sized tags
* Original sha: 42bbc39110
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T16:44:26Z
**Commit 8:**
fix typo
* Original sha: f753e1a90d
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T16:48:24Z
**Commit 9:**
make capitalization consistent
* Original sha: 63101d2c36
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T19:47:44Z
**Commit 10:**
doc checkin
* Original sha: fefa40a4c0
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T21:21:17Z
**Commit 11:**
minor doc edits
* Original sha: 84a8fc3abe
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T21:34:32Z
**Commit 12:**
doc build issues
* Original sha: cd2374a052
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-21T21:46:59Z
Backports PR #9109
**Commit 1:**
Update plugins doc to give compatibility warning
* Original sha: 4bc54765a4
* Authored by Kevin Kluge <kevinkluge@users.noreply.github.com> on 2016-11-16T22:26:42Z
* Committed by GitHub <noreply@github.com> on 2016-11-16T22:26:42Z
Backports PR #9036
**Commit 1:**
[docs] Add console.enabled to server settings. Closes#9031
* Original sha: a5e85ccbc7
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-11-10T20:24:08Z
Backports PR #9075
**Commit 1:**
Added server.defaultRoute
* Original sha: cb565e1afe
* Authored by Gabriel Moskovicz <gmoskovicz@gmail.com> on 2016-11-15T14:32:23Z
* Committed by GitHub <noreply@github.com> on 2016-11-15T14:32:23Z
**Commit 2:**
Update settings.asciidoc
* Original sha: 1de02971d5
* Authored by Gabriel Moskovicz <gmoskovicz@gmail.com> on 2016-11-15T15:53:52Z
* Committed by GitHub <noreply@github.com> on 2016-11-15T15:53:52Z