Commit graph

350 commits

Author SHA1 Message Date
Toby McLaughlin
cc969c376e Docs: Using the Docker image (#9060) 2016-11-14 13:54:18 +11:00
jasper
b3db3e6db5 [docs] Add plugin install instructions for packages (#9037)
Backports PR #8934

**Commit 1:**
[docs] Add plugin install instructions for packages.  Closes #8845

* Original sha: ad6a4f7b53
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-11-02T15:04:28Z
2016-11-10 14:49:22 -06:00
jasper
4a76abcca7 sorting chart xValues by metric sum (#9017)
Backports PR #8397

**Commit 1:**
sorting chart xValues by metric sum

* Original sha: 64db47ef08
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-21T09:14:49Z

**Commit 2:**
fixing tests

* Original sha: b6bcd55c11
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-21T09:40:54Z

**Commit 3:**
adding order buckets by value option to point series charts

* Original sha: c03bc99be5
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-22T07:50:02Z

**Commit 4:**
fixing tests

* Original sha: 591729394f
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-22T15:11:40Z

**Commit 5:**
fixing tests

* Original sha: 19bcdfe614
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-22T15:21:07Z

**Commit 6:**
Updating based on CJs comments and adding documentation

* Original sha: cccc06fa68
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-23T06:06:06Z
2016-11-09 13:04:12 +01:00
jasper
3cf5df3be1 Docs: Updated Loading Sample Data to download all datasets from S3. (#9005)
Backports PR #8999

**Commit 1:**
Docs: Updated Loading Sample Data to download all datasets from S3. Closes #8997

* Original sha: 780af3a64c
* Authored by debadair <debadair@elastic.co> on 2016-11-07T23:55:50Z
2016-11-08 11:32:38 -05:00
jasper
0652bab8f7 Fixed Kinana typo (#8923)
Backports PR #8901

**Commit 1:**
Fixed Kinana typo

* Original sha: a6aa7a6a7b
* Authored by gmarnin <gmarnin@gmail.com> on 2016-10-31T18:14:49Z
* Committed by GitHub <noreply@github.com> on 2016-10-31T18:14:49Z
2016-11-01 11:19:40 -07:00
debadair
e4de00da19 Docs: Cleaning up Discover to match UI. (#8849) 2016-10-31 10:16:52 -04:00
Court Ewing
f9320886f2 docs: Use correct x-pack url in plugin example 2016-10-27 13:29:22 -04:00
Court Ewing
a4f7d4e992 docs: Capitalize Timelion header in release notes 2016-10-27 09:46:19 -04:00
Court Ewing
86bc3c3efe docs: Kibana repo for issues/prs instead of ES 2016-10-27 09:43:21 -04:00
Court Ewing
3b7747c59b docs: Release notes for 5.0.0
A couple of additional breaking changes are also added to that section
of the docs.
2016-10-26 17:24:42 -04:00
debadair
247f241f84 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:45:30 -04:00
Court Ewing
97336b5e67 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:29 -04:00
debadair
47277e994d Docs: Edited dashboard topic to match UI. (#8831) 2016-10-25 17:42:31 -04:00
Court Ewing
19b27d5f0c 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:33:34 -04:00
Court Ewing
06ce84f2c0 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:24:31 -04:00
debadair
fd05ea45a3 Docs: Cleaned up viz topic. (#8824) 2016-10-25 14:15:32 -04:00
Court Ewing
3045c3b8e3 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:47:23 -04:00
Court Ewing
d6d751a9bf docs: Fix prerelease links for deb/rpm packages
These were accidentally swapped in the reorganization.
2016-10-25 09:51:07 -04:00
markwalkom
4b520e0f71 Update migrate_5_0.asciidoc (#8826)
Added a breaking change note around the repo URL updates we have made.
2016-10-25 09:16:15 -04:00
debadair
e51dfeb348 Updated to work with new doc structure 2016-10-24 23:10:10 -04:00
debadair
62c604d9f6 Docs: Added Timelion topic 2016-10-24 23:10:01 -04:00
Court Ewing
e25528e0f4 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:56:14 -04:00
Court Ewing
b9d7d4df61 docs: Note deprecated ES features in breaking changes
Since we introduced the ability for users to manually manipulate some of
the JSON used in Elasticsearch requests in the form of of the filter
editor in 4.3, it's possible that saved objects are taking advantage of
then-deprecated and now-removed Elasticsearch functionality.

This calls out that possibility and links to the Elasticsearch breaking
changes documentation for more information. Even though this is
technically not a Kibana BC break, it manifests as if it were an issue
with Kibana since it results in broken
searches/visualizations/dashboards.

Fixes #8511
2016-10-23 17:13:38 -04:00
Court Ewing
bf2de50c2e docs: Tilemaps support 10 zoom instead of 18
Fixes #8801
2016-10-23 16:51:16 -04:00
Court Ewing
7281bca38f docs: Document need to save pre-5.0 dashboards
Fixes #8783
2016-10-23 16:42:43 -04:00
Court Ewing
74afa9000b 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:30:46 -04:00
Court Ewing
afe395fe79 docs: Fix X-Pack security link for prod docs 2016-10-23 16:18:47 -04:00
Court Ewing
3f33c37c7f Sync docs with master
The 5.x docs have fallen out of date with master, so this gets them
synced up.
2016-10-23 15:44:32 -04:00
Matthew Bargar
4a59a7c93c Improve formatting and details of breaking changes docs 2016-10-20 18:54:27 -04:00
Matthew Bargar
48c3da71b9 Align better with ES doc structure 2016-10-20 18:54:09 -04:00
Clinton Gormley
e4c7d41fda Fixed Shield links to point to X-Pack instead 2016-10-17 14:02:07 +02:00
Clinton Gormley
cc1143d5b7 Fixed hard coded doc links 2016-10-17 13:38:51 +02:00
Elastic Jasper
0144a2da7f Backport PR #8651
---------

**Commit 1:**
typo fix for advanced-settings.asciidoc

* Original sha: 45a1e5b8f8
* Authored by fanfan <yu.qifan@zte.com.cn> on 2016-10-13T02:08:25Z
2016-10-13 09:19:57 -04:00
Elastic Jasper
8189d1bea6 Backport PR #8301
---------

**Commit 1:**
[docs] Init breaking changes

* Original sha: 3e60953880
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-15T17:35:44Z

**Commit 2:**
[docs] Add separate section for 5.0

* Original sha: 9f0101f286
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-15T19:09:36Z

**Commit 3:**
[docs] Capitalize breaking changes title

* Original sha: f10a949cad
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-10-10T14:17:01Z
2016-10-10 12:11:17 -04:00
Court Ewing
ba54aeeca2 docs: bump to rc1 2016-10-10 11:04:57 -04:00
Matthew Bargar
5f0b75a9f8 Remove CSV Upload
Remove Upload Data API

Remove CSV Upload server config

Remove other unused Add Data code

Remove Upload CSV from getting started docs

remove unused npm deps
2016-10-03 14:01:12 -07:00
Elastic Jasper
e418887905 Backport PR #8375
---------

**Commit 1:**
Make expected server.basePath usage more clear

* Original sha: 02c9030c6a
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-09-20T15:48:35Z
2016-09-22 19:40:23 -04:00
CJ Cenizal
edae95df50 Update docs/images for Share UI. 2016-09-14 14:53:12 -07:00
Elastic Jasper
7479654290 Backport PR #8228
---------

**Commit 1:**
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

* Original sha: 0503aa8a31
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-09-12T18:13:44Z
2016-09-12 17:09:07 -04:00
Elastic Jasper
85f752f1dc Backport PR #8199
---------

**Commit 1:**
Fix typo

* Original sha: 9090116d1e
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-09-09T16:37:16Z
2016-09-09 12:39:53 -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