Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update settings.asciidoc #9074

Closed
wants to merge 231 commits into from
Closed

Conversation

gmoskovicz
Copy link
Contributor

Update settings documentation to show how to change the landing for Kibana.

elastic-jasper and others added 30 commits September 8, 2016 14:32
---------

**Commit 1:**
Ignore .out files.

Some built-in commands use it for default output (e.g. nohup), and it can be useful to have a handle for temp output.

* Original sha: 6db5d4e
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-09-08T16:50:04Z
[backport] PR #8187 to 5.0 - Ignore .out files
---------

**Commit 1:**
Fix typo

* Original sha: 9090116
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-09-09T16:37:16Z
… the window is very short, and instead allows the user to scroll.
This is to support a path.data config setting other than the default.
…lling-nav-overflow

[Backport 5.0] Add globalNav styles that prevent the nav items from overlapping when the window is very short.
…file-5.0

[5.0] UUID: Change UUID file naming to ensure that multiple running instances of Kibana use separate data directory
---------

**Commit 1:**
Provide method to render without sending .kibana/config

* Original sha: 8fdcb83
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-09T19:05:07Z

**Commit 2:**
Provide explicit render methods for including and excluding settings

* Original sha: b680ba2
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-09T20:41:11Z
---------

**Commit 1:**
[optimizer] move to querystring-browser package for up-to-date api

Webpack automatically injects libraries to support many node.js APIs in the browser using the https://github.com/webpack/node-libs-browser package. This package uses https://github.com/mike-spainhower/querystring for the querystring module, but that module hasn't been updated in 4 years and doesn't support the modern querystring api.

This change points to the https://github.com/mathiasvr/querystring package instead, which is up to date (specifically it supports the `encodeURIComponent` option of [`querystring.stringify`](https://nodejs.org/api/querystring.html#querystring_querystring_stringify_obj_sep_eq_options).

* Original sha: 1030689
* Authored by spalger <spalger@users.noreply.github.com> on 2016-09-09T21:10:50Z
[backport] PR #8209 to 5.0 - [optimizer] move to querystring-browser package for up-to-date api
---------

**Commit 1:**
[state/unhashUrl] use encode-uri-query to generate cleanly encoded urls

By default, the url.format function stringifies the query object and encodes each parameter with `encodeURIComponent()`. This is effective, but does not match the native browser behavior, which is to only encode the non-`pchar` characters as defined by [rfc3986][1]. Because of this, angular's `$location.search()` function uses a function internally called `encodeUriQuery()` to mimic the browser behavior before updating `location.href`.

To bring the same funtionality to the `unhashUrl()` function, the `encodeUriQuery()` was extracted into it's own package and used as the escape handler for `querystring.stringify()`

[1]: https://www.ietf.org/rfc/rfc3986.txt

* Original sha: d9dac3f
* Authored by spalger <spalger@users.noreply.github.com> on 2016-09-09T22:39:57Z
[backport] PR #8212 to 5.0 - do not overencode unhashed states
---------

**Commit 1:**
removes the pipeline delete logic from index delete

* Original sha: 4972ed5
* Authored by Jim Unger <bigfunger@gmail.com> on 2016-09-08T19:11:50Z
[backport] PR #8190 to 5.0 - removes the pipeline delete logic from index delete
---------

**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: #7671

* Original sha: 0503aa8
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-09-12T18:13:44Z
[backport] PR #8228 to 5.0 - Make CSV upload limit configurable
---------

**Commit 1:**
Placeholder app for devtools and modify sense to export a dev tool

* Original sha: bac88b3
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-01T23:42:28Z

**Commit 2:**
Merge branch 'master' into feature/dev-tools

* Original sha: 9755f38
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-05T23:22:27Z

**Commit 3:**
Merge branch 'master' into feature/dev-tools

* Original sha: 068854d
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-06T19:55:01Z

**Commit 4:**
Merge remote-tracking branch 'upstream/master' into feature/dev-tools

* Original sha: 657231d
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-07T18:35:46Z

**Commit 5:**
Move dev tools to new location

* Original sha: 51fb821
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-07T23:55:12Z

**Commit 6:**
Merge branch 'master' into feature/dev-tools

* Original sha: ff252b0
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-12T18:06:20Z

**Commit 7:**
Rename customized ace version for console to consoleAce

* Original sha: 4522039
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-12T23:39:38Z

**Commit 8:**
Merge branch 'master' into feature/dev-tools

* Original sha: 02205af
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-27T15:29:33Z

**Commit 9:**
Merge branch 'master' into feature/dev-tools

* Original sha: 08fcb97
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-16T23:49:39Z

**Commit 10:**
Merge branch 'master' into feature/dev-tools

* Original sha: 44990e5
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-24T19:51:15Z

**Commit 11:**
Merge branch 'master' into feature/dev-tools

* Original sha: ce54bdf
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-29T22:00:20Z

**Commit 12:**
Merge remote-tracking branch 'upstream/master' into feature/dev-tools

* Original sha: bc4e7db
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-30T23:21:27Z

**Commit 13:**
[sense-ui] Add controller properties to  rather than this

* Original sha: 482afb7
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-31T02:17:11Z

**Commit 14:**
[sense-ui] Re-run init whenever the controller is loaded

* Original sha: 88052a3
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-31T04:46:18Z

**Commit 15:**
[devtools] Update devtools directive to transclude

* Original sha: aae2a0f
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-31T16:44:30Z

**Commit 16:**
[console-ui] Wrap in dev tools app

* Original sha: 04d0391
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-31T20:49:51Z

**Commit 17:**
Merge branch 'master' into feature/dev-tools

* Original sha: 928f790
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T20:48:20Z

**Commit 18:**
Replace underscores with spaces in breadcrumbs

* Original sha: 2e8350e
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T22:13:54Z

**Commit 19:**
[dev-tools] Update to use flexbox so console looks nice

* Original sha: 2ab0ea7
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T22:16:31Z

**Commit 20:**
[dev_tools] Automatically redirect to first dev tool

* Original sha: 7883872
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T23:02:12Z

**Commit 21:**
[dev_tools] Show active dev tool

* Original sha: f12d8ff
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T23:21:18Z

**Commit 22:**
Merge branch 'master' into feature/dev-tools

* Original sha: eb4db80
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-12T20:17:29Z

**Commit 23:**
[dev-tools] Make suggested edits

* Original sha: 18cb2cc
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-12T20:40:21Z

**Commit 24:**
[dev-tools] Replace input with getInput and initInput

* Original sha: bd43f17
* Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-12T20:50:31Z
---------

**Commit 1:**
Bump grunt-esvm

* Original sha: bd0a601
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-13T00:17:37Z
---------

**Commit 1:**
[pageObjects/console] update selectors to use test subjects

* Original sha: a2d37fc
* Authored by spalger <email@spalger.com> on 2016-09-12T23:34:07Z

**Commit 2:**
[tests/config] fix console url

* Original sha: 7d7ef27
* Authored by spalger <email@spalger.com> on 2016-09-12T23:34:34Z
[backport] PR #8241 to 5.0 - Fix functional tests - dev tools selectors
epixa and others added 23 commits October 26, 2016 09:10
A couple of additional breaking changes are also added to that section
of the docs.
---------

**Commit 1:**
[es/versionCheck] prevent spamming logs with compatibility warnings

* Original sha: bb95cf8
* Authored by spalger <email@spalger.com> on 2016-10-27T20:48:36Z

**Commit 2:**
[es/versionCheck] clarify new var and reason for check

* Original sha: cda9594
* Authored by spalger <email@spalger.com> on 2016-10-27T22:36:43Z

**Commit 3:**
[es/versionCheck] explain why we need to track per-server

* Original sha: 5eb9ccd
* Authored by spalger <email@spalger.com> on 2016-10-27T23:30:41Z
Backports PR #7746

**Commit 1:**
fix #7136 - check SHA of downloaded node binaries

* Original sha: 955972b
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-07-11T19:17:08Z

**Commit 2:**
only skipping download if --skip-download cli argument is present

* Original sha: 325e172
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T10:54:23Z

**Commit 3:**
updating log messages based on epixas comments

* Original sha: 20b5c4d
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-23T06:24:55Z

**Commit 4:**
updating based on courts review

* Original sha: 78c124c
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-10-29T14:44:43Z
…8894)

Backports PR #8892

**Commit 1:**
Fix small typo: arugments -> arguments

* Original sha: f39fd65
* Authored by Alvaro del Castillo <acs@bitergia.com> on 2016-10-30T05:48:48Z
* Committed by GitHub <noreply@github.com> on 2016-10-30T05:48:48Z
* Support Cloud Kibana testing

* Add xpack file

* Use kibana for kibana server user, Don't log password
Backports PR #7435

**Commit 1:**
Current styleguide conventions with modern JS

The existing styleguide was in great need of a rewrite as it did not
reflect the conventions we're using in the codebase or even the best
practices that we follow. In some cases, the guidance it provided was
outright contrary to our current practices.

* Original sha: 13e501b
* Authored by Court Ewing <court@epixa.com> on 2016-06-12T14:03:13Z
Backports PR #8935

**Commit 1:**
[license] Fix amdefine check

* Original sha: a30524d
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-11-02T15:32:03Z
Backports PR #8976

**Commit 1:**
Allow patch level mismatch between Kibana and Elasticsearch

Kibana should be able to run against Elasticsearch nodes that are at the
same minor version regardless of whether they are at the same patch
version. In the event that their patch versions differ, we render a
warning.

* Original sha: 79ea67f
* Authored by Court Ewing <court@epixa.com> on 2016-11-04T21:28:46Z
…9004)

Backports PR #8999

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

* Original sha: 780af3a
* Authored by debadair <debadair@elastic.co> on 2016-11-07T23:55:50Z
* Add dark-theme version of the Share UI.
- Make share panels 50% width.

* Remove dark theme when leaving the Dashboard app.
Backports PR #8966

**Commit 1:**
Add basepath when redirecting from a trailling slash

* Original sha: 442bcb9
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-11-04T13:33:24Z
Backports PR #8934

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

* Original sha: ad6a4f7
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-11-02T15:04:28Z
@epixa
Copy link
Contributor

epixa commented Nov 15, 2016

@gmoskovicz Can you update this PR to point to master instead? I'll then backport it to 5.x and 5.0

@gmoskovicz gmoskovicz changed the base branch from 5.0 to master November 15, 2016 13:27
@gmoskovicz gmoskovicz closed this Nov 15, 2016
@epixa
Copy link
Contributor

epixa commented Nov 15, 2016

I think you can rebase the branch on master and it'll resolve all of those erroneous commits. I think.

@gmoskovicz
Copy link
Contributor Author

@epixa replaced with #9075

@gmoskovicz gmoskovicz deleted the fix-default-route-documentation branch November 15, 2016 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.