Commit graph

290 commits

Author SHA1 Message Date
Lukas Olson 909b8c7a0e Improve highlighting by using highlight_query with all_fields enabled (#9671)
* 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
2017-02-03 10:44:00 -07:00
Wataru Takase 5421e2f9f8 Add a new plugin link (#9955) 2017-01-27 19:41:02 -05:00
Brandon Kobel 5a4263835d Modifying SSL settings to be consistent with the stack (#9823)
This introduces the following new settings:
- server.ssl.enabled
- server.ssl.keyPassphrase
- server.ssl.certificateAuthorities
- server.ssl.clientAuthentication
- server.ssl.supportedProtocols
- elasticsearch.ssl.keyPassphrase


and deprecates the following:
- server.ssl.cert -> server.ssl.certificate
- elasticsearch.ssl.ca -> elasticsearch.ssl.certificateAuthorities
- elasticsearch.ssl.cert -> elasticsearch.ssl.certificate
- elasticsearch.ssl.verify -> elasticsearch.ssl.verificationMode
- console.proxyConfig
2017-01-25 10:58:56 -05:00
Thomas Neirynck 2ed90d9a8b Update manifest endpoint to new staging server (#9972)
points to staging version of v2 tile server
2017-01-20 13:29:01 -05:00
Tanya Bragin 5946f8788f Update managing-fields.asciidoc (#9739)
* 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.
2017-01-13 07:54:06 -08:00
Jonathan Budzenski 840df9a231 Tribe docs (#9690)
* [tribe] Init docs

* [docs] Init es client section

* [docs] Link to client api, move client library docs to core development section

* [docs] Add tribe server settings

* [tribe] Link to elasticsearch tribe docs

* [tribe] Document which nodes server configuration points towards

* [docs] Add index link to elasticsearch clients section
2017-01-12 16:34:01 -06:00
Joe Fleming 259767e8cb Add missing settings to Advanced Settings docs (#9691)
* add missing settings to advanced settings docs

* add indexPattern:placeholder

* consistency tweaks
2017-01-11 12:55:09 -07:00
Thomas Neirynck 9695000a12 Update date pattern in tutorial-define-index (#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.
2017-01-09 19:35:20 -05:00
Viorel Rusu 5e0ae4c360 docs: new plugin (#9645)
New plugin developed for Kibana 5.0.0. It shows some 3D charts visualizations
2016-12-29 13:18:40 -05:00
Peter Pisljar ae150f5835 Vislib heatmap visualization (#9403)
* adding UI styles (should extract)

* adding heatmap vislib type

* adding heatmap visualization

* adding documentation

* renaming heatmap options

* fixing options issues

* fixing color selection

* fixing / adding tests

* adding more color schemas

* adding more options

* adding cell labels

* fixing selenium test

* only allow to rotate labels by 90 degrees

* converting color number slider to number input

* hide labels if they don't fit

* fixing small issues

* improved range options

* fixing based on Thomas' review

* rebasing on master and fixing linting issues

* adding selenium tests

* fixing alerts

* fixing padding

* fixing based on review

* fixing math

* fixing custom range options

* removing $timeout

* notification in case labels were hidden

* fixing tests

* fixing based on last review

* fixing based on thomas' review
2016-12-26 19:15:50 +01:00
Peter Pisljar 29935c3c0c adding stepped line to line and area charts (#9425)
* adding stepped line to line and area charts

* fixing based on Thomas' review

* updating docs

* fixing based on Brandons review
2016-12-23 16:29:51 +01:00
Toby McLaughlin d5b46184aa docs: X-Pack settings via ENV under Docker (#9518) 2016-12-21 14:06:41 -05:00
Court Ewing bff1533503 docs: branch is now a variable
This makes our docs less brittle and fixes a broken link for pull
requests against known plugins.
2016-12-14 10:34:36 -05:00
Court Ewing dd493066a0 docs: reorder release-specific variables
Now changing versions, branches, and release status can all be done in
the same place in the index rather than being scattered throughout.
2016-12-14 10:18:33 -05:00
Court Ewing 68baabe72f docs: kibana developer and known plugin docs (#9477)
* 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
2016-12-13 22:37:55 -05:00
Matt Bargar 8eed97b69f Limit scripted fields to painless and expression langs (#9172)
We made a mistake in opening up Kibana scripted fields to any and all
langs enabled in Elasticsearch. Kibana needs to do some magic to get
certain scripted field features to work
(https://github.com/elastic/kibana/pull/9171) and we can't commit to
supporting anything beyond expression and painless scripts. On top of
that, the other languages are being removed in ES 6.0 anyway. This commit
makes that stance explicit by disallowing anything other than those two
choices.
2016-12-12 16:32:22 -05:00
Steven Chen 7a5f34a044 Correct typo in 'Sharing a Dashboard' section (#9366)
Change 'You can can..' to 'You can either...'
2016-12-06 08:07:49 -05:00
Arthur e14c3fcf20 Update connect-to-elasticsearch.asciidoc (#9361)
Update documentation to show how to select an index as default.
2016-12-06 08:01:23 -05:00
Thomas Neirynck ac6c4cd3ef improve tag cloud doc (#9356) 2016-12-02 18:56:22 -05:00
Matt Bargar 4ef3b68409 Add docs on all available console server config options (#9288) 2016-11-30 17:56:05 -05:00
Pablo Sanchez 4cc4ddf22e Update client node for Coordinating only node (#9178)
Since client node doesn't exist anymore, this should be replace by the coordinating only node.
2016-11-29 13:17:31 -05:00
Thomas Neirynck 31a6cbab6d Add Tag Cloud Visualization
A tag cloud visualization is a visual representation of text data, typically used to visualize free form text. Tags are usually single words. The font size of word corresponds  with its importance.
2016-11-21 17:03:25 -05:00
Kevin Kluge d539acf59a Update plugins doc to give compatibility warning (#9109) 2016-11-16 14:42:55 -08:00
a22d236d91 docs: Remove "v" from version in Docker docs 2016-11-16 13:53:56 +11:00
Court Ewing 1955f7f3a0 docs: add commit and security base links 2016-11-15 16:24:55 -05:00
Jonathan Budzenski b0e0b6a5bf [docs] Add console.enabled to server settings. Closes #9031 (#9036) 2016-11-15 15:32:14 -05:00
Gabriel Moskovicz cfd81a3084 Added server.defaultRoute (#9075)
* Added server.defaultRoute

* Update settings.asciidoc
2016-11-15 13:41:55 -05:00
Toby McLaughlin 431e803492 Docs: Fix bad link to {es-ref/docker.html} 2016-11-14 15:50:07 +11:00
Toby McLaughlin da0506e4ae Docs: Using the Docker image (#9060) 2016-11-14 13:43:03 +11:00
Jonathan Budzenski d91c4c0cfe [docs] Add plugin install instructions for packages. Closes #8845 (#8934) 2016-11-10 14:34:25 -06:00
Peter Pisljar 60e62c7ad2 sorting chart xValues by metric sum (#8397)
* sorting chart xValues by metric sum

* fixing tests

* adding order buckets by value option to point series charts

* fixing tests

* fixing tests

* Updating based on CJs comments and adding documentation
2016-11-09 12:54:59 +01:00
debadair b38a106d39 Docs: Updated Loading Sample Data to download all datasets from S3. Closes #8997 (#8999) 2016-11-08 11:31:37 -05:00
gmarnin 19db0a95fe Fixed Kinana typo (#8901) 2016-11-01 11:17:46 -07:00
debadair a5d2b4d973 Docs: Cleaning up Discover to match UI. (#8849) 2016-10-31 10:13:41 -04:00
Court Ewing 7e0eebfb27 docs: Use correct x-pack url in plugin example 2016-10-27 13:28:53 -04:00
Court Ewing 1befc57384 docs: Kibana repo for issues/prs instead of ES 2016-10-27 09:42:21 -04:00
debadair 835432e6e2 Docs: Cleaning up GSG to match UI. (#8840)
* Docs: Cleaning up GSG to match UI.

* Docs: Updated annotated discover screen cap.
2016-10-25 23:44:55 -04:00
Court Ewing 1518862df1 docs: 64/32 bit manual install steps for deb/rpm
Both rpm and deb packages are created per architecture, so the docs need
to reflect that.
2016-10-25 21:43:03 -04:00
debadair 6b5011a3e4 Docs: Edited dashboard topic to match UI. (#8831) 2016-10-25 17:41:00 -04:00
Court Ewing c19beafc3c docs: Fix broken ES docs link in create vis docs
There is no median aggregation, it's just the 50th percentile.
2016-10-25 16:32:38 -04:00
Court Ewing 95cb943e08 docs: Fix inconsistencies in setup docs
The configuration headers are now consistent across targz/zip/deb/rpm,
and KIBANA_HOME variables are used consistently as well.
2016-10-25 14:23:26 -04:00
debadair 6d5335c51a Docs: Cleaned up viz topic. (#8824) 2016-10-25 14:14:50 -04:00
Court Ewing ccc2c7737e docs: More comprehensive upgrade docs for 5.0+
These changes include all three known upgrade scenarios:

1. New installation (K3 -> K5)
2. Standard upgrade (K4.2 -> K5)
3. Standard upgrade with reindex (K4.1 -> K5)
2016-10-25 12:24:24 -04:00
Court Ewing 51b1121244 docs: Fix prerelease links for deb/rpm packages
These were accidentally swapped in the reorganization.
2016-10-25 09:49:42 -04:00
debadair 33532b3eff Updated to work with new doc structure 2016-10-24 19:54:14 -07:00
debadair fe1e11d2df Docs: Added Timelion topic 2016-10-24 19:46:58 -07:00
Court Ewing ee4c9ce7c6 docs: Use current x-pack docs 2016-10-24 22:12:15 -04:00
Court Ewing a42239b127 docs: Ensure master is unreleased 2016-10-24 22:01:32 -04:00
Court Ewing 8895ae110f docs: Overhaul of doc structure for 5.0+ (#8821)
This overhaul of the docs structure puts Kibana's documentation more
inline with the structure that is used in Elasticsearch. This will help
us better organize the docs going forward as more docs are added.

This also includes a few necessary content changes for 5.0.
2016-10-24 21:41:32 -04:00
Court Ewing 5dc4afbc8d docs: Tilemaps support 10 zoom instead of 18
Fixes #8801
2016-10-23 16:49:40 -04:00