Commit graph

446 commits

Author SHA1 Message Date
Thomas Neirynck
623c0d3551 Add shard allocation plugin (#10482) 2017-02-21 15:19:28 -05:00
Jonathan Budzenski
9bc4d9158b Updates to status API, re-align status page (#10180)
* [status] Only provide latest metrics

* [status] Snake case requests object

* [status] Add build snapshot flag, last updated time

* [status] Re-add requests per second

* [status] Add uptime

* [status] collection_time -> collection_interval, add memory object

* [status] Add api tests

* [status] Add breaking changes docs

* [status] Remove metrics config

* [status] nest load under cpu, shorten memory and average

* [status] collection_time -> collection_interval

* [status api] Unnest heap, rename load to load average
2017-02-16 10:30:36 -06:00
Peter Pisljar
4c85fd4954 Vislib Point Series Charts (#9642)
* adding vislib chart grid

* updating vislib to correctly render all new features

* adding new options to kibana visualizations

* update vis icon on save

* updating documentation

* fixing unit tests

* cleaning up

* updating based on UI review

* adding visualize editor unit tests

* selenium tests

* additional option tabs

* some more changes to the tabs/options [thanks CJ]

* going back from Category/Value axis to X/Y axis

* fixing unselected dropdown options

* updating based on last UI review

* updating based on last review

* updating based on last review

* fixing issue with axis titles

* allowing to specify only upper or only lower data bound

* updating based on brandons review

* fixing horizontal bar chart labels

* fixing test

* adding backward compatibility

* updating based on last review

* fixing selenium tests
2017-02-15 17:54:42 +01:00
Lukas Ciszewski
f41be52b3f Update documentation on coordinator node usage (#9960)
* Update production.asciidoc

* Update production.asciidoc

Reorder configuration guide and mention config files.

* Update production.asciidoc

Fix typo.
2017-02-13 17:18:13 -05:00
markwalkom
042088085d Update tutorial-load-dataset.asciidoc (#10298)
Clarified that curl stuff needs to be run in a terminal.

Inspired by https://discuss.elastic.co/t/newbie-stuck-in-1st-tutorial/74660
2017-02-11 09:24:39 -05:00
Brandon Kobel
4662635087 Removing the server.ssl.clientAuthentication setting (#10253)
Removes the server.ssl.clientAuthentication setting, and we'll reevaluate adding this back in when addressing PKI.
2017-02-09 07:09:43 -05:00
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
Court Ewing
377c5e10c5 docs: merge "Controlling Access" with X-Pack config
When setting Kibana up for production, the "Controlling Access" section
was redundant, so it is merged with the X-Pack security section.

Fixes #8724
2016-10-23 16:29:06 -04:00
Court Ewing
b761d2ee43 docs: Fix X-Pack security link for prod docs 2016-10-23 16:18:16 -04:00
Matthew Bargar
56b96d105f Update package repo urls 2016-10-23 15:37:44 -04:00
Matthew Bargar
53e02423b7 Improved wording 2016-10-21 11:29:12 -04:00
Matthew Bargar
62264b70d2 Section can't be empty or it breaks the docs build 2016-10-21 11:24:31 -04:00
Matthew Bargar
80375269ac Bump breaking change docs to 6.0 2016-10-21 10:58:21 -04:00
Matthew Bargar
dd91237581 Improve formatting and details of breaking changes docs 2016-10-21 10:56:18 -04:00
Matthew Bargar
9ec11c9f72 Align better with ES doc structure 2016-10-21 10:56:10 -04:00
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
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
Paul Echeverri
800a5ab754 Doc updates for 5.0alpha
Fixes #6753
2016-04-05 17:15:37 +00:00
Nicolas Bevacqua
7740d6edd9 [ui] Added advanced setting to tweak starting day of week. Fixes #1855. 2016-04-04 16:23:46 -03:00
Paul Echeverri
123ed240f5 Updates releasenote infrastructure for future releases, adds link to plugin list
Fixes #6616
2016-03-23 18:58:21 +00:00
Paul Echeverri
1f2d9663e0 Changes to add custom labeling to docs 2016-03-21 15:04:51 -07:00
Paul Echeverri
d5a7956b41 Adds documentation for plugin --list flag 2016-03-21 15:03:14 -07:00
Paul Echeverri
dc88c2e8f8 Adds doc for savedObjects setting 2016-03-21 15:03:14 -07:00
Rashid Khan
5a80f1be66 Fix link to image 2016-03-11 15:20:21 -07:00
Rashid Khan
1787f7704e Fix typo, re: #6415 2016-03-11 13:26:45 -07:00
Timothy Sullivan
2c828aedff [config] add ops.interval config option 2016-03-10 10:50:03 -07:00
Zaar Hai
c51a8b5193 Forgot "a" at the end of "kibana" 2016-02-26 18:24:38 +02:00
Zaar Hai
a991173fea Fixed typo in dec-src removal instructions 2016-02-26 18:05:11 +02:00
Zaar Hai
ec22221dbd Using dedicated repository list file 2016-02-23 12:06:28 +02:00
spalger
da5acc499b [es] upgrade to master 2016-02-05 10:22:26 -07:00
LeeDr
8e05e3cd8a Tell users how to tell if they're running init or systemd. 2016-01-29 15:49:04 -06:00
Matthew Bargar
5ffe2b1dfc Link to the top of the Kibana Shield docs to encourage users to read the whole thing 2016-01-20 12:25:53 -05:00
Paul Echeverri
f0f639eab0 Several small doc updates for the 4.4 release.
Fixes #5929
2016-01-17 23:38:46 +00:00
Paul Echeverri
83aa03700d Adds documentation for shortened Dashboard link generation
Fixes #5925
2016-01-16 02:53:25 +00:00
Paul Echeverri
549124ba3a Adds documentation for the color picker 2016-01-15 18:26:28 -08:00
Paul Echeverri
797c7098cf New commit to sync personal fork with 4.4 main 2016-01-05 14:54:27 -08:00
Paul Echeverri
09419b7dc4 Fixes merge conflict for PR#5260 2015-12-23 15:15:56 -08:00
Paul Echeverri
aa23991c40 Updates plugin manager doc to remove github URL defaults
Fixes #5745
2015-12-21 22:18:26 +00:00
Paul Echeverri
18f8a91dd5 Fixes doubled include statement 2015-11-24 09:03:49 -08:00
Paul Echeverri
4cce8e878f Updates master with 4.3 docs. 2015-11-24 08:25:14 -08:00
Antonio Bonuccelli
15e6e1f1da bug in command to install
changed bin/kibana plugin -i elasticsearch/marvel-ui/latest to bin/kibana plugin -i elasticsearch/marvel/latest
2015-11-17 09:12:18 -07:00
Antonio Bonuccelli
45cf100083 bug in command to remove
change bin/kibana plugin --remove marvel-ui to bin/kibana plugin --remove marvel
2015-11-17 09:10:39 -07:00
Ryan MacLean
46c8f4f874 Update autorefresh.asciidoc
Fixing image link
2015-11-01 17:55:24 -08:00
Clinton Gormley
f24507133e Updated Shield docs version to 2.0 2015-10-28 00:43:20 +01:00
Paul Echeverri
4d0898f685 Typo in previous fix 2015-10-22 14:37:46 -07:00
Paul Echeverri
eb59dde2d7 Changes links to Shield 2.0 to Shield 2.0-rc1 2015-10-22 14:09:36 -07:00
debadair
664479f2c9 Fixed broken cross doc links. Will need to update ref var to current after 2.0 release. 2015-10-22 10:37:12 -07:00
Matt Brown
d544a8fd4c getting-started: fix inconsistent name of sample logs
Link is to logs.jsonl.gz but is referred to with another name in instructions on how to unzip.
2015-10-15 12:45:36 -07:00
Paul Echeverri
142c158c02 Merge pull request #5035 from palecur/relnotes
Adds release notes for Kibana 4.2, minor cleanup elsewhere.
2015-10-08 11:34:08 -07:00
Paul Echeverri
6b819992d1 Typo fix 2015-10-07 16:44:44 -07:00
Paul Echeverri
1cfcdad770 Updates release notes for 4.2 2015-10-07 16:35:07 -07:00
Paul Echeverri
0b32f8f40c Merge pull request #5018 from palecur/appbar
Initial commit for App Switcher docs
2015-10-07 15:59:36 -07:00
Paul Echeverri
98dec6d456 Refactors plugin documentation 2015-09-25 17:11:50 -07:00
Paul Echeverri
7ea7c08a19 Refactors layout of Release notes page. 2015-09-25 17:06:44 -07:00
Paul Echeverri
e243f741f3 Adds release notes for Kibana 4.2, minor cleanup elsewhere. 2015-09-24 14:48:31 -07:00
Joe Fleming
a22719db60 update docs 2015-09-23 13:40:26 -07:00
Paul Echeverri
aedafb13f5 Update to dashboard theming doc 2015-09-23 10:46:06 -07:00
Paul Echeverri
a284811ffb Updates dashboard settings instructions. 2015-09-23 10:46:06 -07:00
Paul Echeverri
da02513bac Resizes images to standard. 2015-09-23 10:46:06 -07:00
Paul Echeverri
80d3eba9b7 Updates Dashboard documentation for new feature: dark theme 2015-09-23 10:46:06 -07:00
Paul Echeverri
ea4e4dcc84 Initial commit for App Switcher docs 2015-09-22 18:19:56 -07:00
Paul Echeverri
182919c793 Merge branch 'plugin' to add information on plugin management. 2015-09-18 15:58:19 -07:00
Paul Echeverri
410d27cf7b Adds final bits of extra info on plugin removal, typo fixes 2015-09-18 15:54:49 -07:00
Paul Echeverri
bb765f3be2 Updates URL supported protocols and install directory default. 2015-09-18 15:24:30 -07:00
Paul Echeverri
90ed486250 Adds information on updating plugins 2015-09-18 14:56:24 -07:00
Paul Echeverri
b1e4c82550 Updates attribution string definition 2015-09-17 15:37:55 -07:00
Paul Echeverri
51004a2a08 Stylistic fix, no substantive content change 2015-09-17 15:36:31 -07:00
Paul Echeverri
928907756c Updates plugin management section with new material. 2015-09-16 17:21:46 -07:00
Paul Echeverri
6c9402680d Updates tilemap documentation to add configuration material for third-party WMS servers. 2015-09-16 13:52:47 -07:00
Paul Echeverri
f92a6dd1c5 Adds a page on plugin management to address issue #4204. 2015-09-14 20:36:47 -07:00
Jakob Reiter
d9a5596f5a Fixed typo (Used the ... to Use the ...) 2015-09-07 16:50:05 +02:00
Spencer
2cf6cb8997 Merge pull request #4861 from palecur/filterlabel
Adds docs on the filter label field
2015-09-05 01:10:17 -07:00
Paul Echeverri
f3f6256933 Resizes image to fit standards 2015-09-04 14:40:42 -07:00
Paul Echeverri
dc07559971 Typo fix in image call 2015-09-04 14:35:37 -07:00
Paul Echeverri
6034dcb0bc Updates documentation to cover filter labeling functionality. 2015-09-04 14:29:26 -07:00
Paul Echeverri
249c6a8114 Adds information about the Kibana server status page. 2015-09-04 13:16:10 -07:00
Paul Echeverri
2b57a3fd07 Updates deprecation warning. 2015-09-01 13:01:59 -07:00
Paul Echeverri
33e782d57d Updates settings page with new parameters 2015-09-01 12:44:29 -07:00